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: cmd/build/helmify/static/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,6 +254,11 @@ information._
254
254
| externalCertInjection.enabled | Enable the injection of an external certificate. This disables automatic certificate generation and rotation |`false`|
255
255
| externalCertInjection.secretName | Name of secret for injected certificate |`gatekeeper-webhook-server-cert`|
256
256
| externaldataProviderResponseCacheTTL | TTL for the external data provider response cache. Specify the duration in 'h', 'm', or 's' for hours, minutes, or seconds respectively. |`3m`|
257
+
| commonAnnotations | Additional annotations added to manager and audit Deployments only |`{}`|
258
+
| extraVolumeMounts | Extra volumeMounts injected into controller-manager and audit containers |`[]`|
259
+
| extraVolumes | Extra volumes injected into controller-manager and audit pods |`[]`|
260
+
| controllerManager.serviceAccount.automountServiceAccountToken | Whether to automount the service account token for controller-manager pods |`true`|
261
+
| audit.serviceAccount.automountServiceAccountToken | Whether to automount the service account token for audit pods |`true`|
Copy file name to clipboardExpand all lines: manifest_staging/charts/gatekeeper/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,6 +254,11 @@ information._
254
254
| externalCertInjection.enabled | Enable the injection of an external certificate. This disables automatic certificate generation and rotation |`false`|
255
255
| externalCertInjection.secretName | Name of secret for injected certificate |`gatekeeper-webhook-server-cert`|
256
256
| externaldataProviderResponseCacheTTL | TTL for the external data provider response cache. Specify the duration in 'h', 'm', or 's' for hours, minutes, or seconds respectively. |`3m`|
257
+
| commonAnnotations | Additional annotations added to manager and audit Deployments only |`{}`|
258
+
| extraVolumeMounts | Extra volumeMounts injected into controller-manager and audit containers |`[]`|
259
+
| extraVolumes | Extra volumes injected into controller-manager and audit pods |`[]`|
260
+
| controllerManager.serviceAccount.automountServiceAccountToken | Whether to automount the service account token for controller-manager pods |`true`|
261
+
| audit.serviceAccount.automountServiceAccountToken | Whether to automount the service account token for audit pods |`true`|
0 commit comments