Skip to content

Commit

Permalink
added properties fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Bessler committed Jul 29, 2024
1 parent 2498e82 commit a647861
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The following table lists the configurable parameters of the infra-otc-cert-mana
| `image.repository` | Image repository | `schulcloud/infra-otc-cert-manager-webhook` |
| `image.tag` | Image tag | `sha-6e4a13b` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `[]` |
| `nameOverride` | Override for the chartname | `` |
| `fullnameOverride` | Override for the fullname of the chart | `` |
| `loglevel` | Number for the log level verbosity of webhook. | 2 |
Expand All @@ -35,6 +36,11 @@ The following table lists the configurable parameters of the infra-otc-cert-mana
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `affinity` | Node affinity for pod assignment | `{}` |
| `tolerations` | Node tolerations for pod assignment | `[]` |
| `properties.disableSecurityContext` | Disable security context for container | `false` |
| `properties.runAsUser` | UID of user with which to run the container | `10000` |
| `properties.runAsGroup` | GID of group with which to run the container | `10001` |
| `properties.fsGroup` | GID of group which will own the mounted volumes | `10001` |
| `properties.readOnlyRootFilesystem` | Sets filesystem to read-only | `false` |

## Installation

Expand Down

0 comments on commit a647861

Please sign in to comment.