Skip to content

Instantly share code, notes, and snippets.

@6be709c0
6be709c0 / updateSecret.sh
Created September 20, 2017 04:18
A simple command to finally update the docker secret !
#!/usr/bin/env bash
# HOW TO USE
# ./updateSecret.sh secretName newValue
# It's that simple !
if [ "$#" -ne 2 ];
then
echo "#####"
echo "You must supplied secretName newValue"