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.
|`env.AWS_REGION`| Set AWS_REGION in Deployment Pod |`us-west-2`|
47
-
|`env.LOG_LEVEL`| Set the application log level |`info`|
48
-
|`env.METRICS_PORT`| Specify the port for the prometheus metrics server |`3001`|
49
-
|`env.ROLE_PERMITTED_ANNOTATION`| Specify the annotation key where to lookup the role arn permission boundaries |`iam.amazonaws.com/permitted`|
50
-
|`env.POLLER_INTERVAL_MILLISECONDS`| Set POLLER_INTERVAL_MILLISECONDS in Deployment Pod |`10000`|
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`|
53
-
|`envVarsFromSecret.AWS_ACCESS_KEY_ID`| Set AWS_ACCESS_KEY_ID (from a secret) in Deployment Pod ||
54
-
|`envVarsFromSecret.AWS_SECRET_ACCESS_KEY`| Set AWS_SECRET_ACCESS_KEY (from a secret) in Deployment Pod ||
55
-
|`envVarsFromSecret.AZURE_TENANT_ID`| Set AZURE_TENANT_ID (from a secret) in Deployment Pod ||
56
-
|`envVarsFromSecret.AZURE_CLIENT_ID`| Set AZURE_CLIENT_ID (from a secret) in Deployment Pod ||
57
-
|`envVarsFromSecret.AZURE_CLIENT_SECRET`| Set AZURE_CLIENT_SECRET (from a secret) in Deployment Pod ||
58
-
|`image.repository`| kubernetes-external-secrets Image name |`godaddy/kubernetes-external-secrets`|
59
-
|`image.tag`| kubernetes-external-secrets Image tag |`3.2.0`|
|`env.AWS_REGION`| Set AWS_REGION in Deployment Pod |`us-west-2`|
47
+
|`env.LOG_LEVEL`| Set the application log level |`info`|
48
+
|`env.METRICS_PORT`| Specify the port for the prometheus metrics server |`3001`|
49
+
|`env.ROLE_PERMITTED_ANNOTATION`| Specify the annotation key where to lookup the role arn permission boundaries |`iam.amazonaws.com/permitted`|
50
+
|`env.POLLER_INTERVAL_MILLISECONDS`| Set POLLER_INTERVAL_MILLISECONDS in Deployment Pod |`10000`|
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`|
53
+
|`envVarsFromSecret.AWS_ACCESS_KEY_ID`| Set AWS_ACCESS_KEY_ID (from a secret) in Deployment Pod ||
54
+
|`envVarsFromSecret.AWS_SECRET_ACCESS_KEY`| Set AWS_SECRET_ACCESS_KEY (from a secret) in Deployment Pod ||
55
+
|`envVarsFromSecret.AZURE_TENANT_ID`| Set AZURE_TENANT_ID (from a secret) in Deployment Pod ||
56
+
|`envVarsFromSecret.AZURE_CLIENT_ID`| Set AZURE_CLIENT_ID (from a secret) in Deployment Pod ||
57
+
|`envVarsFromSecret.AZURE_CLIENT_SECRET`| Set AZURE_CLIENT_SECRET (from a secret) in Deployment Pod ||
58
+
|`image.repository`| kubernetes-external-secrets Image name |`godaddy/kubernetes-external-secrets`|
59
+
|`image.tag`| kubernetes-external-secrets Image tag |`3.2.0`|
0 commit comments