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
| agent.certificateDuration | string |`"24h"`| Requested duration of gRPC serving certificate. Will be automatically renewed. |
24
+
| agent.clusterID | string |`"Kubernetes"`| The istio cluster ID to verify incoming CSRs. |
24
25
| agent.logLevel | int |`1`| Verbosity of istio-csr logging. |
25
26
| agent.readinessProbe.path | string |`"/readyz"`| Path to expose istio-csr HTTP readiness probe on default network interface. |
26
27
| agent.readinessProbe.port | int |`6060`| Container port to expose istio-csr HTTP readiness probe on default network interface. |
@@ -36,7 +37,7 @@ A Helm chart for istio-csr
36
37
| certificate.rootCA | string |`nil`| An optional PEM encoded root CA that the root CA ConfigMap in all namespaces will be populated with. If empty, the CA returned from cert-manager for the serving certificate will be used. |
37
38
| image.pullPolicy | string |`"IfNotPresent"`| Kubernetes imagePullPolicy on Deployment. |
0 commit comments