You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 26, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: charts/kubernetes-external-secrets/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ The following table lists the configurable parameters of the `kubernetes-externa
49
49
|`env.ROLE_PERMITTED_ANNOTATION`| Specify the annotation key where to lookup the role arn permission boundaries |`iam.amazonaws.com/permitted`|
50
50
|`env.POLLER_INTERVAL_MILLISECONDS`| Set POLLER_INTERVAL_MILLISECONDS in Deployment Pod |`10000`|
51
51
|`env.VAULT_ADDR`| Endpoint for the Vault backend, if using Vault | `http://127.0.0.1:8200|
52
+
|`env.DISABLE_POLLING`| Disables backend polling and only updates secrets when ExternalSecret is modified, setting this to any value will disable polling |`nil`|
52
53
|`envVarsFromSecret.AWS_ACCESS_KEY_ID`| Set AWS_ACCESS_KEY_ID (from a secret) in Deployment Pod ||
53
54
|`envVarsFromSecret.AWS_SECRET_ACCESS_KEY`| Set AWS_SECRET_ACCESS_KEY (from a secret) in Deployment Pod ||
54
55
|`image.repository`| kubernetes-external-secrets Image name |`godaddy/kubernetes-external-secrets`|
0 commit comments