Skip to content

Commit

Permalink
Merge pull request #51 from Kshatrix/hide-aws-creds
Browse files Browse the repository at this point in the history
Hide aws creds from the output
  • Loading branch information
Kshatrix authored Jun 25, 2024
2 parents 2d3f63f + a943389 commit 7dd348e
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 @@ -263,7 +263,7 @@ dev-management:

.PHONY: dev-aws
dev-aws: yq
$(YQ) e ".data.credentials = \"${AWS_CREDENTIALS}\"" config/dev/awscredentials.yaml | $(KUBECTL) -n $(NAMESPACE) apply -f -
@$(YQ) e ".data.credentials = \"${AWS_CREDENTIALS}\"" config/dev/awscredentials.yaml | $(KUBECTL) -n $(NAMESPACE) apply -f -

.PHONY: dev-apply
dev-apply: kind-deploy crd-install registry-deploy helm-controller-deploy dev-push dev-deploy dev-templates dev-management dev-aws
Expand Down

0 comments on commit 7dd348e

Please sign in to comment.