fix: use correct name and path of kustomization

This commit is contained in:
SeanOMik 2024-09-13 22:45:34 -04:00
parent 3209590082
commit f02811f4f2
3 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,6 @@ spec:
kind: HelmRepository
name: openebs
namespace: flux-system
values:
openebs-crds:
csi:

View File

@ -19,7 +19,7 @@ spec:
secretRef:
name: sops-gpg
dependsOn:
- name: snapshot-controller
- name: snapshot-system
namespace: flux-system
postBuild:
substitute: {}

View File

@ -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