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: deploy/charts/external-secrets/README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ The command removes all the Kubernetes components associated with the chart and
58
58
| certController.podAnnotations | object |`{}`| Annotations to add to Pod |
59
59
| certController.podDisruptionBudget | object |`{"enabled":false,"minAvailable":1}`| Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/|
| certController.priorityClassName | string |`""`| Pod priority class name. |
63
63
| certController.rbac.create | bool |`true`| Specifies whether role and rolebinding resources should be created. |
64
64
| certController.readinessProbe.address | string |`""`| Address for readiness probe |
@@ -69,6 +69,7 @@ The command removes all the Kubernetes components associated with the chart and
69
69
| certController.revisionHistoryLimit | int |`10`| Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)|
| certController.securityContext.runAsUser | int |`1000`||
@@ -95,11 +96,12 @@ The command removes all the Kubernetes components associated with the chart and
95
96
| extraArgs | object |`{}`||
96
97
| extraContainers | list |`[]`||
97
98
| extraEnv | list |`[]`||
98
-
| extraObjects | list |`[]`|Extra Kubernetes manifests to deploy with the chart|
99
+
| extraObjects | list |`[]`||
99
100
| extraVolumeMounts | list |`[]`||
100
101
| extraVolumes | list |`[]`||
101
102
| fullnameOverride | string |`""`||
102
103
| global.affinity | object |`{}`||
104
+
| global.compatibility.openshift.adaptSecurityContext | string |`"auto"`| Manages the securityContext properties to make them compatible with OpenShift. Possible values: auto - Apply configurations if it is detected that OpenShift is the target platform. force - Always apply configurations. disabled - No modification applied. |
103
105
| global.nodeSelector | object |`{}`||
104
106
| global.tolerations | list |`[]`||
105
107
| global.topologySpreadConstraints | list |`[]`||
@@ -121,7 +123,7 @@ The command removes all the Kubernetes components associated with the chart and
121
123
| podAnnotations | object |`{}`| Annotations to add to Pod |
122
124
| podDisruptionBudget | object |`{"enabled":false,"minAvailable":1}`| Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/|
123
125
| podLabels | object |`{}`||
124
-
| podSecurityContext |object|`{}`||
126
+
| podSecurityContext.enabled|bool|`true`||
125
127
| podSpecExtra | object |`{}`| Any extra pod spec on the deployment |
126
128
| priorityClassName | string |`""`| Pod priority class name. |
127
129
| processClusterExternalSecret | bool |`true`| if true, the operator will process cluster external secret. Else, it will ignore them. |
@@ -136,6 +138,7 @@ The command removes all the Kubernetes components associated with the chart and
136
138
| scopedRBAC | bool |`false`| Must be used with scopedNamespace. If true, create scoped RBAC roles under the scoped namespace and implicitly disable cluster stores and cluster external secrets |
@@ -191,7 +194,7 @@ The command removes all the Kubernetes components associated with the chart and
191
194
| webhook.podAnnotations | object |`{}`| Annotations to add to Pod |
192
195
| webhook.podDisruptionBudget | object |`{"enabled":false,"minAvailable":1}`| Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/|
0 commit comments