ofc-bootstrap icon indicating copy to clipboard operation
ofc-bootstrap copied to clipboard

Support to update secrets multiple times

Open csakshaug opened this issue 6 years ago • 0 comments

It could be nice to have possible not only create secrets the first time you run ofc-bootstrap, but it could also be helpful to update all the secrets at once if need or make it easier for testing/developing

Expected Behaviour

Instead of running multiple kubectl create commands we collect all of the secrets in own yaml file that we apply with kubectl apply -f secrets.yaml

Current Behaviour

Today you have to edit or create a yaml file manually for every secret.

Possible Solution

Added a flag that gives that behaviour

Context

csakshaug avatar Nov 02 '19 23:11 csakshaug