File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,13 +187,13 @@ tasks:
187187 fi
188188
189189 # Get exposed URLs
190- ENV_VARS=$(task utils:port-operations OPERATION=getenv CLUSTER_NAME={{.CLUSTER_NAME}})
190+ ENV_VARS=$(task utils:port-operations OPERATION=getenv CLUSTER_NAME={{.CLUSTER_NAME}} )
191191
192192 # Deploy with helmfile
193193 helm registry logout registry.replicated.com || true
194194 helm registry login registry.replicated.com --username [email protected] --password {{.LICENSE_ID}} 195195 echo "Using $ENV_VARS"
196- eval "KUBECONFIG={{.KUBECONFIG_FILE}} $ENV_VARS helmfile sync --wait"
196+ eval "KUBECONFIG={{.KUBECONFIG_FILE}} HELMFILE_ENVIRONMENT=replicated $ENV_VARS helmfile sync --wait"
197197 helm registry logout registry.replicated.com
198198 - echo "All charts installed!"
199199 deps :
You can’t perform that action at this time.
0 commit comments