alexellis / derek

Reduce maintainer fatigue by automating GitHub
https://github.com/alexellis/derek/blob/master/USER_GUIDE.md
MIT License
806 stars 72 forks source link

Add namespace in secret creation #107

Closed martindekov closed 5 years ago

martindekov commented 5 years ago

Adding namespace when creating the secret since the command was invalid and misleading

Signed-off-by: Martin Dekov (VMware) mdekov@vmware.com

kubectl command which creates secrets for derek was invalid (the namespace was missing)

Description

Adding default openfaas-fn namespace to the kubectl commands which created the two secrets

Motivation and Context

Didn't raise an issue due to the simplicity of the change

How Has This Been Tested?

N.A.

Types of changes

Checklist:

martindekov commented 5 years ago

Of course !