Update the CRs to enable multiple instance nesting without naming conflicts (#189)

This commit is contained in:
kfox1111
2024-01-24 09:20:18 +01:00
committed by GitHub
parent 4c307c1be1
commit 4a6c705e6a
7 changed files with 9 additions and 5 deletions
@@ -88,6 +88,7 @@ In order to run Tornjak with simple HTTP Connection only, make sure you don't cr
| `image.tag` | Overrides the image tag whose default is the chart appVersion | `""` |
| `imagePullSecrets` | Pull secrets for images | `[]` |
| `nameOverride` | Name override | `""` |
| `crNameOverride` | Name override for any custom resources | `""` |
| `namespaceOverride` | Namespace override | `""` |
| `fullnameOverride` | Fullname override | `""` |
| `serviceAccount.create` | Specifies whether a service account should be created | `true` |