Changed type of dockerconfigjson

This commit is contained in:
2023-06-04 08:33:00 +00:00
parent 195617a477
commit 3ae90f746f
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
variables:
HELM_CHART_VERSION: "0.5.6"
HELM_CHART_VERSION: "0.5.7"
stages:
- deploy

View File

@@ -39,8 +39,12 @@ spec:
name: az-cluster-store
target:
name: pull-secret
template:
type: kubernetes.io/dockerconfigjson
data:
.dockerconfigjson: "{{ .dockerconfig | toString }}"
creationPolicy: Owner
data:
- secretKey: .dockerconfigjson
- secretKey: dockerconfig
remoteRef:
key: secret/CLDY-CR-PULL-TOKEN