@@ -13,15 +13,29 @@ An umbrella Helm chart for Kubernetes
1313
1414## Values
1515
16- | Key | Type | Default | Description |
17- | ------------------------- | ------ | ----------------------------- | ----------- |
18- | app.enabled | bool | ` true ` | |
19- | database.auth.database | string | ` "test-umbrella-application" ` | |
20- | database.auth.username | string | ` "test-umbrella-application" ` | |
21- | database.enabled | bool | ` true ` | |
22- | database.fullnameOverride | string | ` "database" ` | |
23- | global.fullnameOverride | string | ` "" ` | |
24- | global.nameOverride | string | ` "" ` | |
16+ | Key | Type | Default | Description |
17+ | ------------------------------------------------------------------ | ------ | --------------------------------------------------------------------------- | ----------- |
18+ | app.enabled | bool | ` true ` | |
19+ | database.auth.database | string | ` "test-umbrella-application" ` | |
20+ | database.auth.username | string | ` "test-umbrella-application" ` | |
21+ | database.enabled | bool | ` true ` | |
22+ | database.fullnameOverride | string | ` "database" ` | |
23+ | database.image.digest | string | ` "sha256:ec13e229247a737f7149b7f255d8f2d9c72da861f8bf263b22091bf131540da3" ` | |
24+ | database.image.pullPolicy | string | ` "Always" ` | |
25+ | database.image.repository | string | ` "bitnamilegacy/mysql" ` | |
26+ | database.namespaceOverride | string | ` "app-system" ` | |
27+ | database.primary.containerSecurityContext.allowPrivilegeEscalation | bool | ` false ` | |
28+ | database.primary.containerSecurityContext.capabilities.drop[ 0] | string | ` "ALL" ` | |
29+ | database.primary.containerSecurityContext.enabled | bool | ` true ` | |
30+ | database.primary.containerSecurityContext.readOnlyRootFilesystem | bool | ` true ` | |
31+ | database.primary.containerSecurityContext.runAsGroup | int | ` 10001 ` | |
32+ | database.primary.containerSecurityContext.runAsNonRoot | bool | ` true ` | |
33+ | database.primary.containerSecurityContext.runAsUser | int | ` 10001 ` | |
34+ | database.primary.containerSecurityContext.seccompProfile.type | string | ` "RuntimeDefault" ` | |
35+ | database.primary.podSecurityContext.enabled | bool | ` true ` | |
36+ | database.primary.podSecurityContext.fsGroup | int | ` 10001 ` | |
37+ | global.fullnameOverride | string | ` "" ` | |
38+ | global.nameOverride | string | ` "" ` | |
2539
2640---
2741
0 commit comments