Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
86139754bd
|
|||
6127129b03
|
@ -19,10 +19,6 @@ steps:
|
|||||||
secrets:
|
secrets:
|
||||||
- source: kube_config
|
- source: kube_config
|
||||||
target: KUBE_CONFIG_CONTENT
|
target: KUBE_CONFIG_CONTENT
|
||||||
- source: encryption_key
|
|
||||||
target: ENCRYPTION_KEY
|
|
||||||
- source: secrets_checksum
|
|
||||||
target: MD5_CHECKSUM
|
|
||||||
commands:
|
commands:
|
||||||
- export IMAGE_TAG=$CI_COMMIT_TAG
|
- export IMAGE_TAG=$CI_COMMIT_TAG
|
||||||
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
|
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
|
||||||
|
@ -35,7 +35,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: pv-controller
|
- name: pv-controller
|
||||||
image: gitea.hottis.de/wn/pv-controller:%IMAGE%
|
image: gitea.hottis.de/wn/pv-controller:%IMAGETAG%
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: pv-controller
|
name: pv-controller
|
||||||
|
Reference in New Issue
Block a user