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