This commit is contained in:
red 2025-04-08 13:49:55 -04:00
parent 8d5a2eef3d
commit b6f38fb15f

View file

@ -64,8 +64,8 @@ steps:
- 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 -
- envsubst '\$\{CI_COMMIT_SHA\}' < manifests/tor/deployment.yaml.template
- envsubst '\$\{CI_COMMIT_SHA\}' < manifests/tor/deployment.yaml.template | kubectl apply -f -
privoxy:
image: cr.forge.lan/alk8s/alk8s
pull: true