Skip to content

Commit b1ecd75

Browse files
committed
use replicated helmfile env
1 parent 4e46363 commit b1ecd75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applications/wg-easy/Taskfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)