Skip to content

Commit

Permalink
fix issue for redis-chart
Browse files Browse the repository at this point in the history
Signed-off-by: yxxhero <aiopsclub@163.com>
  • Loading branch information
yxxhero authored and bitsf committed Jun 3, 2022
1 parent 4e3c824 commit 58680c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,8 @@ install-dependencies: certmanager postgresql redis ingress
redis: helm sample-redis
$(HELM) repo add bitnami https://charts.bitnami.com/bitnami
$(HELM) upgrade --install harbor-redis bitnami/redis --version 15.7.0 \
--set-string existingSecret=harbor-redis \
--set-string existingSecretPasswordKey=redis-password \
--set usePassword=true
--set-string auth.existingSecret=harbor-redis \
--set-string auth.existingSecretPasswordKey=redis-password

.PHONY: postgresql
postgresql: helm sample-database
Expand Down

0 comments on commit 58680c2

Please sign in to comment.