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
I am deploying argo-cd from the bitnami repo and would like to use the internal redis. I can't figure out how to set a password though for redis and add the settings to the controller and server. I've looked at lots of docs and old issues but can't seem to get it right. I tried adding env variables for REDIS_USER and REDIS_PASSWORD to all three deployments but get an error like
Error: UPGRADE FAILED: failed to create patch: The order in patch list: [map[name:REDIS_PASSWORD value:XXXX] map[name:REDIS_PASSWORD valueFrom:map[secretKeyRef:map[key:redis-password name:argocd-redis optional:true]]] map[name:REDIS_USER value:XXXX] map[name:ARGOCD_SERVER_NAME value:argocd-server]] doesn't match $setElementOrder list:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am deploying argo-cd from the bitnami repo and would like to use the internal redis. I can't figure out how to set a password though for redis and add the settings to the controller and server. I've looked at lots of docs and old issues but can't seem to get it right. I tried adding env variables for REDIS_USER and REDIS_PASSWORD to all three deployments but get an error like
Error: UPGRADE FAILED: failed to create patch: The order in patch list: [map[name:REDIS_PASSWORD value:XXXX] map[name:REDIS_PASSWORD valueFrom:map[secretKeyRef:map[key:redis-password name:argocd-redis optional:true]]] map[name:REDIS_USER value:XXXX] map[name:ARGOCD_SERVER_NAME value:argocd-server]] doesn't match $setElementOrder list:
Beta Was this translation helpful? Give feedback.
All reactions