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
+3
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,10 @@ The following table lists the configurable parameters of the `kubernetes-externa
74
74
|`crds.create`| For Helm V2 installations of the chart to install the CRD, for V3 installations use `--skip-crds` appropriately |`false`|
75
75
|`customResourceManagerDisabled`| Disables the custom resource manager, requiring the CRD be installed via the chart or other means |`false`|
76
76
|`env.AWS_REGION`| Set AWS_REGION in Deployment Pod |`us-west-2`|
77
+
|`env.AWS_INTERMEDIATE_ROLE_ARN`| Specifies a role to be assumed before assuming role arn specified in external secrets ||
77
78
|`env.LOG_LEVEL`| Set the application log level |`info`|
79
+
|`env.LOG_MESSAGE_KEY`| Set the key for log messages log text, for example when running on GCP it might be nice to set to `message`|`msg`|
80
+
|`env.USE_HUMAN_READABLE_LOG_LEVELS`| Sets log levels as string instead of ints eg `info` instead of `30`, setting this to any value will switch |`nil`|
78
81
|`env.METRICS_PORT`| Specify the port for the prometheus metrics server |`3001`|
79
82
|`env.ROLE_PERMITTED_ANNOTATION`| Specify the annotation key where to lookup the role arn permission boundaries |`iam.amazonaws.com/permitted`|
80
83
|`env.POLLER_INTERVAL_MILLISECONDS`| Set POLLER_INTERVAL_MILLISECONDS in Deployment Pod |`10000`|
0 commit comments