ref a GitRepository instead of a HelmRepository
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
7517cf724c
commit
2e60d4cfc2
|
@ -8,7 +8,7 @@ spec:
|
|||
spec:
|
||||
chart: ./charts/futureporn
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
kind: GitRepository
|
||||
name: futureporn
|
||||
interval: 1m
|
||||
install:
|
|
@ -3,7 +3,7 @@ kind: Kustomization
|
|||
resources:
|
||||
- ../base/podinfo
|
||||
- ../base/temporal
|
||||
- ../base/fp
|
||||
- ../base/futureporn
|
||||
patches:
|
||||
- path: podinfo-values.yaml
|
||||
target:
|
||||
|
|
Loading…
Reference in New Issue