We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3cfdf commit daed593Copy full SHA for daed593
k8s/ex-setup.ps1
@@ -141,6 +141,7 @@ kubectl describe certificate -n tls-secret
141
kubectl apply -f namespace-default-limits.yaml
142
143
# install redis server
144
+# https://github.com/bitnami/charts/blob/main/bitnami/redis/README.md
145
helm repo add bitnami https://charts.bitnami.com/bitnami
146
helm install ex-$ENV-redis bitnami/redis --values ex-$ENV-redis-values.yaml --namespace ex-$ENV
147
0 commit comments