Skip to content

Commit

Permalink
Update charts/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Yury Hrytsuk <[email protected]>
  • Loading branch information
mrnicegyu11 and YuryHrytsuk authored Oct 15, 2024
1 parent 9ccd51c commit 11bb488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ helmfile-apply: .check-helmfile-installed helmfile.yaml ## Applies the helmfile
fi

.PHONY: helmfile-sync
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)
set -a; source $(REPO_CONFIG_LOCATION); set +a; \
helmfile -f $(REPO_BASE_DIR)/charts/helmfile.yaml sync

Expand Down

0 comments on commit 11bb488

Please sign in to comment.