Add reference script for setting the htpasswd file contents
This commit is contained in:
parent
aecb310a9b
commit
3277386ae1
4
deploy/kubernetes/set_htpasswd_secret.sh
Executable file
4
deploy/kubernetes/set_htpasswd_secret.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
kubectl -n atat delete secret atst-nginx-htpasswd
|
||||
kubectl -n atat create secret generic atst-nginx-htpasswd --from-file="${1}"
|
Loading…
x
Reference in New Issue
Block a user