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: variables:
HELM_CHART_VERSION: "0.5.6" HELM_CHART_VERSION: "0.5.7"
stages: stages:
- deploy - deploy

View File

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