revert for now, todo: fix envsubst problem
This commit is contained in:
parent
b6f38fb15f
commit
2bed1a8222
1 changed files with 6 additions and 6 deletions
|
|
@ -61,11 +61,9 @@ steps:
|
|||
- mkdir -p ~/.kube
|
||||
- echo $KUBECONFIG_BASE64 | base64 -d > ~/.kube/config
|
||||
- pwd
|
||||
- echo ${CI_COMMIT_SHA}
|
||||
- kubectl apply -Rf manifests/tor
|
||||
- env
|
||||
- envsubst '\$\{CI_COMMIT_SHA\}' < manifests/tor/deployment.yaml.template
|
||||
- envsubst '\$\{CI_COMMIT_SHA\}' < manifests/tor/deployment.yaml.template | kubectl apply -f -
|
||||
# TODO: fix this
|
||||
- envsubst < manifests/tor/deployment.yaml.template | kubectl apply -f -
|
||||
privoxy:
|
||||
image: cr.forge.lan/alk8s/alk8s
|
||||
pull: true
|
||||
|
|
@ -78,7 +76,8 @@ steps:
|
|||
- echo $KUBECONFIG_BASE64 | base64 -d > ~/.kube/config
|
||||
- pwd
|
||||
- kubectl apply -Rf manifests/privoxy
|
||||
- envsubst "${CI_COMMIT_SHA}" < manifests/privoxy/deployment.yaml.template | kubectl apply -f -
|
||||
# TODO: fix this
|
||||
- envsubst < manifests/privoxy/deployment.yaml.template | kubectl apply -f -
|
||||
pleroma:
|
||||
image: cr.forge.lan/alk8s/alk8s:latest
|
||||
pull: true
|
||||
|
|
@ -91,4 +90,5 @@ steps:
|
|||
- echo $KUBECONFIG_BASE64 | base64 -d > ~/.kube/config
|
||||
- pwd
|
||||
- kubectl apply -Rf manifests/pleroma
|
||||
- envsubst "${CI_COMMIT_SHA}" < manifests/pleroma/deployment.yaml.template | kubectl apply -f -
|
||||
# TODO: fix this
|
||||
- envsubst < manifests/pleroma/deployment.yaml.template | kubectl apply -f -
|
||||
Loading…
Add table
Add a link
Reference in a new issue