Skip to content

Commit 1b44e26

Browse files
committed
use replicated helmfile env
1 parent 7ec0bde commit 1b44e26

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
@@ -188,13 +188,13 @@ tasks:
188188
fi
189189
190190
# Get exposed URLs
191-
ENV_VARS=$(task utils:port-operations OPERATION=getenv CLUSTER_NAME={{.CLUSTER_NAME}})
191+
ENV_VARS=$(task utils:port-operations OPERATION=getenv CLUSTER_NAME={{.CLUSTER_NAME}} )
192192
193193
# Deploy with helmfile
194194
helm registry logout registry.replicated.com || true
195195
helm registry login registry.replicated.com --username [email protected] --password {{.LICENSE_ID}}
196196
echo "Using $ENV_VARS"
197-
eval "KUBECONFIG={{.KUBECONFIG_FILE}} $ENV_VARS helmfile sync --wait"
197+
eval "KUBECONFIG={{.KUBECONFIG_FILE}} HELMFILE_ENVIRONMENT=replicated $ENV_VARS helmfile sync --wait"
198198
helm registry logout registry.replicated.com
199199
- echo "All charts installed!"
200200
deps:

0 commit comments

Comments
 (0)