You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/kubernetes/deploy_via_helm-dev.sh
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ help() {
22
22
echo"- PROM_CPU_MEM_REQUESTS | memory size requested for prometheus (default is 2Gi)"
23
23
echo"- PROM_REPLICAS_NUMBER | number of prometheus replicas (default is 1)"
24
24
echo"- PROM_ADMIN_PASSWORD | admin password for grafana (generated if not specified)"
25
+
echo"- REDIS_ADMIN_PASSWORD | admin password for redis (generated if not specified)"
25
26
echo
26
27
echo"Usage: ./$(basename "$0") API_IMAGE_TAG NAMESPACE ARGO_POSTGRESQL_PASSWORD API_VERSION [any additional options to pass as is to the cosmotech-api Helm Chart]"
0 commit comments