restructure templates

This commit is contained in:
red 2025-04-09 12:10:34 -04:00
parent 3b3f862a9c
commit d83b384504
4 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ steps:
- pwd
- kubectl apply -Rf manifests/tor
# TODO: fix this
- envsubst < manifests/tor/deployment.yaml.template | kubectl apply -f -
- envsubst < manifests/tor/templates/deployment.yaml | kubectl apply -f -
privoxy:
image: cr.forge.lan/alk8s/alk8s
pull: true
@ -77,7 +77,7 @@ steps:
- pwd
- kubectl apply -Rf manifests/privoxy
# TODO: fix this
- envsubst < manifests/privoxy/deployment.yaml.template | kubectl apply -f -
- envsubst < manifests/privoxy/templates/deployment.yaml | kubectl apply -f -
pleroma:
image: cr.forge.lan/alk8s/alk8s:latest
pull: true
@ -91,4 +91,4 @@ steps:
- pwd
- kubectl apply -Rf manifests/pleroma
# TODO: fix this
- envsubst < manifests/pleroma/deployment.yaml.template | kubectl apply -f -
- envsubst < manifests/pleroma/templates/deployment.yaml | kubectl apply -f -