make env variables available for kustomize

This commit is contained in:
Stefan Riepenhausen 2023-01-24 14:00:47 +01:00
parent b6548b355d
commit bd53b128f1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ endif
# actual deployment is happening here
@- echo "\n### applying kustomizations"
@ cd $(KUSTOMIZE_FOLDER) && kubectl apply -k . -n $(NAMESPACE)
@ cd $(KUSTOMIZE_FOLDER) && kustomize build . | envsubst | kubectl apply -n $(NAMESPACE) -f -
pull-kustomize:
# nop