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