Skip to content

Commit 11bb488

Browse files
Update charts/Makefile
Co-authored-by: Yury Hrytsuk <[email protected]>
1 parent 9ccd51c commit 11bb488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ helmfile-apply: .check-helmfile-installed helmfile.yaml ## Applies the helmfile
4141
fi
4242

4343
.PHONY: helmfile-sync
44-
helmfile-sync: .check-helmfile-installed helmfile.yaml ## Syncs the helmfile configuration
44+
helmfile-sync: .check-helmfile-installed helmfile.yaml ## Syncs the helmfile configuration (use `helmfile-apply` to deploy the app)
4545
set -a; source $(REPO_CONFIG_LOCATION); set +a; \
4646
helmfile -f $(REPO_BASE_DIR)/charts/helmfile.yaml sync
4747

0 commit comments

Comments
 (0)