Skip to content
Snippets Groups Projects
Unverified Commit 77c61756 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use envsubst in CI

parent 9812971b
No related branches found
No related tags found
1 merge request!50Add k8s deployment
Pipeline #179557 failed
......@@ -44,5 +44,5 @@ deploy docker image:
- echo $KUBECONFIG | base64 -d > /tmp/kubeconfig
- cd deploy/overlays/production
- kustomize edit set image registry.edugit.org/teckids/team-pr/teckids.org:$(cat ../../../DIGESTFILE)
- kustomize build -o output.yaml
- kustomize build | envsubst >output.yaml
- kubectl --kubeconfig=/tmp/kubeconfig apply -f output.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment