Add reference script for setting the htpasswd file contents

This commit is contained in:
Devon Mackay 2018-08-08 10:10:37 -04:00
parent aecb310a9b
commit 3277386ae1

View 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}"