From d88f450f12c3b4fed232d09a6fe57b4b57153ed2 Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Mon, 23 May 2022 12:29:48 +0200 Subject: [PATCH] Add namespace --- flux/cluster/apps/test/test-secret.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/flux/cluster/apps/test/test-secret.yaml b/flux/cluster/apps/test/test-secret.yaml index e161110..e37063a 100644 --- a/flux/cluster/apps/test/test-secret.yaml +++ b/flux/cluster/apps/test/test-secret.yaml @@ -2,6 +2,7 @@ apiVersion: external-secrets.io/v1beta1 kind: ExternalSecret metadata: name: vault-example + namespace: test spec: refreshInterval: "15s" secretStoreRef: @@ -10,7 +11,7 @@ spec: target: name: example-sync data: - - secretKey: foobar - remoteRef: - key: k8s/foo - property: my-value \ No newline at end of file + - secretKey: foobar + remoteRef: + key: k8s/foo + property: my-value