Skip to content

Commit

Permalink
Fix helm path in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed May 2, 2024
1 parent 7746ed9 commit b9e863c
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 @@ -81,7 +81,7 @@ deploy: check-context check-secrets
esac

@echo "Deploying $(DEPLOY)"
@~/.local/bin/helm upgrade --install $(DEPLOY) ./helm/gen3 \
@helm upgrade --install $(DEPLOY) ./helm/gen3 \
-f Secrets/values.yaml \
-f Secrets/user.yaml \
-f Secrets/fence-config.yaml \
Expand Down

0 comments on commit b9e863c

Please sign in to comment.