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
| commonAnnotations | object |`{}`| Annotations that will be applied to all resources created by the chart |
120
+
| commonDnsConfig | object |`{"options":[{"name":"ndots","value":"4"}]}`| Set to null to disable and use Kubernetes defaults (ndots: 5). |
120
121
| commonLabels | object |`{}`| Labels that will be applied to all resources created by the chart |
121
122
| commonPodAnnotations | object |`{}`| Annotations that will be applied to all pods created by the chart |
122
123
| commonPodSecurityContext | object |`{}`| Common pod security context applied to all pods. Component-specific podSecurityContext values will be merged on top of this (component values take precedence). |
| clusterDomain | string |`"cluster.local"`| Kubernetes cluster domain. Only change if not using 'cluster.local' |
125
125
| commonAnnotations | object |`{}`| Annotations that will be applied to all resources created by the chart |
126
+
| commonDnsConfig | object |`{"options":[{"name":"ndots","value":"4"}]}`| Set to null to disable and use Kubernetes defaults (ndots: 5). |
126
127
| commonEnv | list |`[]`| Common environment variables that will be applied to all deployments/statefulsets except for the playground/aceBackend services (which are sandboxed). Be careful not to override values already specified by the chart. |
127
128
| commonInitContainers | list |`[]`| Common init containers added to all deployments/statefulsets except for the playground/aceBackend services (which are sandboxed). |
128
129
| commonLabels | object |`{}`| Labels that will be applied to all resources created by the chart |
@@ -139,41 +140,41 @@ For information on how to use this chart, up-to-date release notes, and other gu
0 commit comments