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:
|
spec:
|
||||||
chart: ./charts/futureporn
|
chart: ./charts/futureporn
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: GitRepository
|
||||||
name: futureporn
|
name: futureporn
|
||||||
interval: 1m
|
interval: 1m
|
||||||
install:
|
install:
|
|
@ -3,7 +3,7 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../base/podinfo
|
- ../base/podinfo
|
||||||
- ../base/temporal
|
- ../base/temporal
|
||||||
- ../base/fp
|
- ../base/futureporn
|
||||||
patches:
|
patches:
|
||||||
- path: podinfo-values.yaml
|
- path: podinfo-values.yaml
|
||||||
target:
|
target:
|
||||||
|
|
Loading…
Reference in New Issue