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 kind: HelmRepository
name: openebs name: openebs
namespace: flux-system namespace: flux-system
values: values:
openebs-crds: openebs-crds:
csi: csi:

View File

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

View File

@ -2,12 +2,12 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization
metadata: metadata:
name: snapshot-controller name: snapshot-system
namespace: flux-system namespace: flux-system
spec: spec:
timeout: 5m timeout: 5m
interval: 10m interval: 10m
path: ./kubernetes/thin/apps/snapshot-controller/app path: ./kubernetes/thin/apps/snapshot-system/app
prune: true prune: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository