This commit is contained in:
red 2025-04-08 13:33:09 -04:00
parent 23fb2ca4bd
commit 86398594a3

View file

@ -63,7 +63,8 @@ steps:
- pwd - pwd
- echo ${CI_COMMIT_SHA} - echo ${CI_COMMIT_SHA}
- kubectl apply -Rf manifests/tor - kubectl apply -Rf manifests/tor
- envsubst "${CI_COMMIT_SHA}" < manifests/tor/deployment.yaml.template | kubectl apply -f - - envsubst '${CI_COMMIT_SHA}' < manifests/tor/deployment.yaml.template
- envsubst '${CI_COMMIT_SHA}' < manifests/tor/deployment.yaml.template | kubectl apply -f -
privoxy: privoxy:
image: cr.forge.lan/alk8s/alk8s image: cr.forge.lan/alk8s/alk8s
pull: true pull: true