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
| caCertValidityDuration | string |`"168h0m"`| Argument for `--ca-cert-validity-duration` (Controller) |
44
44
| certRotationCheckFrequency | string |`"30m0s"`| Argument for `--cert-rotation-check-frequency` (Controller) |
45
45
| certValidityDuration | string |`"6h0m"`| Argument for `--cert-validity-duration` (Controller) |
46
46
| clusterDomain | string |`"cluster.local"`| Argument for `--cluster-domain` (Controller). ClusterDomain indicates the cluster domain, defaults to cluster.local. |
47
47
| concurrency | int |`24`| Concurrency of the controller (Controller) |
48
+
| deploymentLabels | object |`{}`| Additional deployment labels for the controller |
48
49
| eksSecurityGroupPolicy | object |`{"create":false,"ids":[]}`| Create an AWS EKS Security Group Policy with the supplied Security Group IDs [See](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html#deploy-securitygrouppolicy)|
49
50
| eksSecurityGroupPolicy.create | bool |`false`| Create the EKS SecurityGroupPolicy |
50
51
| eksSecurityGroupPolicy.ids | list |`[]`| List of AWS Security Group IDs |
@@ -99,4 +100,4 @@ __Note__: If you need to use the `imagePullSecrets` it would be best to set `ser
99
100
| watchAllNamespaces | bool |`true`| If `true`, controller will watch all namespaces for Terraform resources |
100
101
101
102
----------------------------------------------
102
-
Autogenerated from chart metadata using [helm-docs v1.13.0](https://github.com/norwoodj/helm-docs/releases/v1.13.0)
103
+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
0 commit comments