@@ -60,21 +60,6 @@ their default values.
60
60
| ` podAnnotations ` | Annotations for pod | ` {} ` |
61
61
| ` podLabels ` | Labels for pod | ` {} ` |
62
62
| ` podDisruptionBudget ` | Pod disruption budget | ` {} ` |
63
- | ` podSecurityContext.enabled ` | Enabled Keycloak pods' Security Context | ` true ` |
64
- | ` podSecurityContext.fsGroupChangePolicy ` | Set filesystem group change policy | ` Always ` |
65
- | ` podSecurityContext.sysctls ` | Set kernel settings using the sysctl interface | ` [] ` |
66
- | ` podSecurityContext.supplementalGroups ` | Set filesystem extra groups | ` [] ` |
67
- | ` podSecurityContext.fsGroup ` | Set Keycloak pod's Security Context fsGroup | ` 1000 ` |
68
- | ` containerSecurityContext.enabled ` | Enabled containers' Security Context | ` true ` |
69
- | ` containerSecurityContext.seLinuxOptions ` | Set SELinux options in container | ` {} ` |
70
- | ` containerSecurityContext.runAsUser ` | Set containers' Security Context runAsUser | ` 1000 ` |
71
- | ` containerSecurityContext.runAsGroup ` | Set containers' Security Context runAsGroup | ` 1000 ` |
72
- | ` containerSecurityContext.runAsNonRoot ` | Set container's Security Context runAsNonRoot | ` true ` |
73
- | ` containerSecurityContext.privileged ` | Set container's Security Context privileged | ` false ` |
74
- | ` containerSecurityContext.readOnlyRootFilesystem ` | Set container's Security Context readOnlyRootFilesystem | ` true ` |
75
- | ` containerSecurityContext.allowPrivilegeEscalation ` | Set container's Security Context allowPrivilegeEscalation | ` false ` |
76
- | ` containerSecurityContext.capabilities.drop ` | List of capabilities to be dropped | ` ["ALL"] ` |
77
- | ` containerSecurityContext.seccompProfile.type ` | Set container's Security Context seccomp profile | ` RuntimeDefault ` |
78
63
| ` resources.limits.cpu ` | Container requested CPU | ` nil ` |
79
64
| ` resources.limits.memory ` | Container requested memory | ` nil ` |
80
65
| ` autoscaling.enabled ` | Enable autoscaling using HorizontalPodAutoscaler | ` false ` |
@@ -141,19 +126,3 @@ Specify each parameter using the `--set key=value[,key=value]` argument to
141
126
142
127
To generate htpasswd file, run this docker command:
143
128
` docker run --entrypoint htpasswd registry:2 -Bbn user password > ./htpasswd ` .
144
-
145
- ## License
146
-
147
- Copyright © ; 2024 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
148
-
149
- Licensed under the Apache License, Version 2.0 (the "License");
150
- you may not use this file except in compliance with the License.
151
- You may obtain a copy of the License at
152
-
153
- < http://www.apache.org/licenses/LICENSE-2.0 >
154
-
155
- Unless required by applicable law or agreed to in writing, software
156
- distributed under the License is distributed on an "AS IS" BASIS,
157
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
158
- See the License for the specific language governing permissions and
159
- limitations under the License.
0 commit comments