diff --git a/apps/homer/env/k3s-cluster/kustomization.yaml b/apps/homer/env/k3s-cluster/kustomization.yaml index 3f51fc3..ffab4ba 100644 --- a/apps/homer/env/k3s-cluster/kustomization.yaml +++ b/apps/homer/env/k3s-cluster/kustomization.yaml @@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../../base - - ./secret.yaml \ No newline at end of file + - secrets://secret.yaml \ No newline at end of file diff --git a/projects/k3s-cluster-app.yaml b/projects/k3s-cluster-app.yaml index eb2aa5b..3987395 100644 --- a/projects/k3s-cluster-app.yaml +++ b/projects/k3s-cluster-app.yaml @@ -61,9 +61,6 @@ spec: path: '{{ srcPath }}' repoURL: '{{ srcRepoURL }}' targetRevision: '{{ srcTargetRevision }}' - helm: - valueFiles: - - secrets://{{ srcPath }}/secret.yaml syncPolicy: automated: allowEmpty: true