From f5c73d5547c8964e6f41cc8d62ac8870dbd86528 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 15 Jul 2024 12:48:34 +1000 Subject: [PATCH] test in app secret decrypt and import --- apps/homer/env/k3s-cluster/kustomization.yaml | 2 +- projects/k3s-cluster-app.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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