Skip to content

Commit 1ad8a41

Browse files
authored
Update README.md
1 parent bc7d137 commit 1ad8a41

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,6 @@ their default values.
6060
| `podAnnotations` | Annotations for pod | `{}` |
6161
| `podLabels` | Labels for pod | `{}` |
6262
| `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` |
7863
| `resources.limits.cpu` | Container requested CPU | `nil` |
7964
| `resources.limits.memory` | Container requested memory | `nil` |
8065
| `autoscaling.enabled` | Enable autoscaling using HorizontalPodAutoscaler | `false` |
@@ -141,19 +126,3 @@ Specify each parameter using the `--set key=value[,key=value]` argument to
141126

142127
To generate htpasswd file, run this docker command:
143128
`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

Comments
 (0)