Make the external secrets orphans

This commit is contained in:
2023-06-04 22:14:07 +00:00
parent aab97c43b9
commit 789f947348
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
variables:
HELM_CHART_VERSION: "0.6.1"
HELM_CHART_VERSION: "0.6.2"
stages:
- deploy

View File

@@ -11,7 +11,7 @@ spec:
name: az-cluster-store
target:
name: global-secrets
creationPolicy: Owner
creationPolicy: Orphan
data:
- secretKey: COMPOSER_AUTH
remoteRef:
@@ -43,7 +43,7 @@ spec:
type: kubernetes.io/dockerconfigjson
data:
.dockerconfigjson: "{{`{{ .dockerconfig | toString }}`}}"
creationPolicy: Owner
creationPolicy: Orphan
data:
- secretKey: dockerconfig
remoteRef: