We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccd51c commit 11bb488Copy full SHA for 11bb488
charts/Makefile
@@ -41,7 +41,7 @@ helmfile-apply: .check-helmfile-installed helmfile.yaml ## Applies the helmfile
41
fi
42
43
.PHONY: helmfile-sync
44
-helmfile-sync: .check-helmfile-installed helmfile.yaml ## Syncs the helmfile configuration
+helmfile-sync: .check-helmfile-installed helmfile.yaml ## Syncs the helmfile configuration (use `helmfile-apply` to deploy the app)
45
set -a; source $(REPO_CONFIG_LOCATION); set +a; \
46
helmfile -f $(REPO_BASE_DIR)/charts/helmfile.yaml sync
47
0 commit comments