The REAdME in argo-workflows states without further explanation:
You currently have to create secrets manually
kubectl apply -n argo -f resources/argo-server-sso-secret.yaml
kubectl apply -n argo -f resources/argo-workflows-webhook-clients-secret.yaml
How are we supposed to generate these secrets?
Thanks