147 B
147 B
Basic auth secret
htpasswd -c auth user htpasswd auth developer
kubectl create secret generic basic-auth-credentials -n pu-user1 --from-file=auth
Basic auth secret
htpasswd -c auth user htpasswd auth developer
kubectl create secret generic basic-auth-credentials -n pu-user1 --from-file=auth