fix: use correct name and path of kustomization
This commit is contained in:
parent
3209590082
commit
f02811f4f2
|
@ -14,7 +14,6 @@ spec:
|
|||
kind: HelmRepository
|
||||
name: openebs
|
||||
namespace: flux-system
|
||||
|
||||
values:
|
||||
openebs-crds:
|
||||
csi:
|
||||
|
|
|
@ -19,7 +19,7 @@ spec:
|
|||
secretRef:
|
||||
name: sops-gpg
|
||||
dependsOn:
|
||||
- name: snapshot-controller
|
||||
- name: snapshot-system
|
||||
namespace: flux-system
|
||||
postBuild:
|
||||
substitute: {}
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: snapshot-controller
|
||||
name: snapshot-system
|
||||
namespace: flux-system
|
||||
spec:
|
||||
timeout: 5m
|
||||
interval: 10m
|
||||
path: ./kubernetes/thin/apps/snapshot-controller/app
|
||||
path: ./kubernetes/thin/apps/snapshot-system/app
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
|
Loading…
Reference in New Issue