mittwald / kubernetes-secret-generator

Kubernetes controller for automatically generating and updating secrets
Apache License 2.0
330 stars 57 forks source link

flag provided but not defined: -regenerate-insecure #8

Closed japsu closed 5 years ago

japsu commented 5 years ago

It seems that the version of kubernetes-secret-generator hosted at quay.io/mittwald/kubernetes-secret-generator does not support the -regenerate-insecure parameter. Is the image outdated?

See this gist.

japsu commented 5 years ago

Built from HEAD, pushed it in Docker Hub, swapped the image in secret-generator.yaml, works.

japsu commented 5 years ago

@martin-helmich even after the recent merge of #9 this problem still persists. I take it there is no automated build process that would update the image in quay.io? Would it be possible to make one using eg. Travis CI?

Hermsi1337 commented 5 years ago

Hey @japsu,
sorry for our - very late - answer. We published a new version of the secret generator yesterday.

We will do some refactoring on this project and modify the "image-pushing-thing" a bit.
Behold (:

Regards, Hermsi

japsu commented 5 years ago

Hi @Hermsi1337! Thank you for your continued work on a very useful tool. I'll check out the new version!