Remove imagePullSecret creation
This commit is contained in:
parent
d113199eaf
commit
f3fb16f629
2 changed files with 0 additions and 6 deletions
|
@ -11,9 +11,6 @@ start-kustomize:
|
|||
@- echo "\n### create namespace $(K8S_NAMESPACE)"
|
||||
@- kubectl create namespace "$(K8S_NAMESPACE)" --dry-run=client -o yaml | kubectl apply -f -
|
||||
|
||||
@- echo "\n### generating imagePullSecrets"
|
||||
@- imagePullSecretsOut.sh > $(KUSTOMIZE_FOLDER)/base/imagepullsecrets.yaml
|
||||
|
||||
@- echo "\n### editing kustomizations"
|
||||
|
||||
ifdef KUSTOMIZE_EDIT_NAMESPACE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue