diff --git a/Makefile b/Makefile index cbc7b6783..e54561622 100644 --- a/Makefile +++ b/Makefile @@ -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