Changed type of dockerconfigjson
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "0.5.6"
|
||||
HELM_CHART_VERSION: "0.5.7"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user