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