make env variables available for kustomize
This commit is contained in:
parent
b6548b355d
commit
bd53b128f1
|
@ -17,7 +17,7 @@ endif
|
||||||
|
|
||||||
# actual deployment is happening here
|
# actual deployment is happening here
|
||||||
@- echo "\n### applying kustomizations"
|
@- 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:
|
pull-kustomize:
|
||||||
# nop
|
# nop
|
||||||
|
|
Loading…
Reference in New Issue