Use variable path for imagepullsecrets
This commit is contained in:
parent
8db737ff95
commit
27fed6769f
|
@ -8,7 +8,7 @@ start-kustomize:
|
||||||
@- kubectl config use-context $(K8S_CONTEXT)
|
@- kubectl config use-context $(K8S_CONTEXT)
|
||||||
|
|
||||||
@- echo "\n### generating imagePullSecrets"
|
@- echo "\n### generating imagePullSecrets"
|
||||||
@- imagePullSecretsOut.sh > kustomize/base/imagepullsecrets.yaml
|
@- imagePullSecretsOut.sh > $(KUSTOMIZE_FOLDER)/base/imagepullsecrets.yaml
|
||||||
|
|
||||||
@- echo "\n### editing kustomizations"
|
@- echo "\n### editing kustomizations"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue