remove ns creation from kustomize
This commit is contained in:
parent
f3fb16f629
commit
86a3dc07f5
|
@ -8,9 +8,6 @@ start-kustomize:
|
|||
@- echo "\n### setting kubernetes context to $(K8S_CONTEXT)"
|
||||
@ kubectl config use-context $(K8S_CONTEXT)
|
||||
|
||||
@- echo "\n### create namespace $(K8S_NAMESPACE)"
|
||||
@- kubectl create namespace "$(K8S_NAMESPACE)" --dry-run=client -o yaml | kubectl apply -f -
|
||||
|
||||
@- echo "\n### editing kustomizations"
|
||||
|
||||
ifdef KUSTOMIZE_EDIT_NAMESPACE
|
||||
|
|
Loading…
Reference in New Issue