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: variables:
HELM_CHART_VERSION: "0.6.1" HELM_CHART_VERSION: "0.6.2"
stages: stages:
- deploy - deploy

View File

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