JP
Results
2
comments of
JP
trafficstars
+1 was really shocked to discover this isn't a module level thing.
It seems like you need to create the secrets first. What worked for me is: ``` echo -n 'SillytestPass' | base64 kubectl create secret generic argocd-redis -n argocd --from-literal=auth= ```