Replies: 1 comment 1 reply
|
Hi @MindTooth, No - currently you would have to manually call If it's critical, we might be able to add a file monitor that on change just calls
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am looking into pwpush, k8s, Helm, external secrets. And more specifically about rotating secrets. During a Argo CD talk at KubeCon it now recommends using external secrets. What that means is that it's a separate controller that injects data into a secret, and not e.g. Argo CD. This makes it possible to refresh a token/password from the source (e.g. 1Password, Hashicorp Vault). For this to then work, one must mount the secret as a volume and then read the config from that.
My question is, does pwpush reload when the settings.yml file is updated?
(The Helm chart needs an update to support a volume as a secret source. Will look into this later.)
All reactions