Skip to content

Commit

Permalink
Merge pull request #111 from Kshatrix/yq
Browse files Browse the repository at this point in the history
Fix yq command for dev env
  • Loading branch information
Kshatrix authored Jul 24, 2024
2 parents bbe5bc2 + d935580 commit df5c12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ dev-templates: templates-generate

.PHONY: dev-management
dev-management: yq
yq '.spec.core.hmc.config += (load("config/dev/hmc_values.yaml"))' config/dev/management.yaml | $(KUBECTL) -n $(NAMESPACE) apply -f -
$(YQ) '.spec.core.hmc.config += (load("config/dev/hmc_values.yaml"))' config/dev/management.yaml | $(KUBECTL) -n $(NAMESPACE) apply -f -

.PHONY: dev-aws
dev-aws: yq
Expand Down

0 comments on commit df5c12b

Please sign in to comment.