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
Copy file name to clipboardexpand all lines: docs/config/supported-values.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ overridden by default (workloads, services, etc.).
34
34
|`global.image.repository`| Default image registry is not the fully-qualified name of the image Example: image.repository: pingidentity, docker.io, 123.dkr.ecr.us-west-1.amazonaws.com |`pingidentity`|
35
35
|`global.image.repositoryFqn`| Docker image repository fully-qualified name. Overrides image.repository and image.name on the pod image spec Example: image.repositoryFqn: pingidentity/pingfederate, docker.io/my-pingfederate ||
36
36
|`global.image.name`| Default image name MUST be set in child chart Example: image.name: pingfederate ||
|`global.rbac.generateServiceAccount`| Set to true to generate a service account for the workload. |`false`|
40
40
|`global.rbac.serviceAccountName`| Name of the service account that will be generated. The default value of "_defaultServiceAccountName_" will result in a service account named based on the Helm installation and the specific workload being deployed. If generateServiceAccount and generateGlobalServiceAccount are false, this value can also refer to a service account created outside of Helm. |`_defaultServiceAccountName_`|
0 commit comments