diff --git a/helm.mk b/helm.mk index d78382b..e1ba31b 100644 --- a/helm.mk +++ b/helm.mk @@ -10,8 +10,10 @@ start-helm: @- echo "\n### create namespace $(NAMESPACE)" @- kubectl create namespace "$(NAMESPACE)" --dry-run=client -o yaml | kubectl apply -f - - @- echo "\n### generating imagePullSecrets" - @- imagePullSecrets.sh + @- echo "\n### run kubectl apply -f secrets.yaml" + @- cat secrets.yaml | kubectl apply -f - + + @- echo "\nCI_PROJECT_NAME: ${CI_PROJECT_NAME}" @- echo "\n### deploying helm chart" @- helmfile --file helmfile.yaml apply --suppress-secrets