Add script for managing client ca bundle

This commit is contained in:
Devon Mackay 2018-08-08 14:06:26 -04:00
parent 93dd128c4d
commit bad0e1f098

View File

@ -0,0 +1,4 @@
#!/bin/bash
kubectl -n atat delete secret atst-config-ini
kubectl -n atat create secret generic nginx-client-ca-bundle --from-file="${1}"