remove unused helm values

Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
This commit is contained in:
Pascal Sthamer
2025-03-26 11:30:50 +01:00
parent a3b0093cf5
commit fd74d0d072
3 changed files with 1 additions and 60 deletions
@@ -196,9 +196,7 @@ SHUFFLE_ENCRYPTION_MODIFIER: "MyShuffleEncryptionModifier"
| `backend.args` | Override default backend container args (useful when using custom images) | `[]` |
| `backend.automountServiceAccountToken` | Mount Service Account token in backend pods | `true` |
| `backend.hostAliases` | backend pods host aliases | `[]` |
| `backend.daemonsetAnnotations` | Annotations for backend daemonset | `{}` |
| `backend.deploymentAnnotations` | Annotations for backend deployment | `{}` |
| `backend.statefulsetAnnotations` | Annotations for backend statefulset | `{}` |
| `backend.podLabels` | Extra labels for backend pods | `{}` |
| `backend.podAnnotations` | Annotations for backend pods | `{}` |
| `backend.podAffinityPreset` | Pod affinity preset. Ignored if `backend.affinity` is set. Allowed values: `soft` or `hard` | `""` |
@@ -314,9 +312,7 @@ SHUFFLE_ENCRYPTION_MODIFIER: "MyShuffleEncryptionModifier"
| `frontend.args` | Override default frontend container args (useful when using custom images) | `[]` |
| `frontend.automountServiceAccountToken` | Mount Service Account token in frontend pods | `false` |
| `frontend.hostAliases` | frontend pods host aliases | `[]` |
| `frontend.daemonsetAnnotations` | Annotations for frontend daemonset | `{}` |
| `frontend.deploymentAnnotations` | Annotations for frontend deployment | `{}` |
| `frontend.statefulsetAnnotations` | Annotations for frontend statefulset | `{}` |
| `frontend.podLabels` | Extra labels for frontend pods | `{}` |
| `frontend.podAnnotations` | Annotations for frontend pods | `{}` |
| `frontend.podAffinityPreset` | Pod affinity preset. Ignored if `frontend.affinity` is set. Allowed values: `soft` or `hard` | `""` |
@@ -421,9 +417,7 @@ SHUFFLE_ENCRYPTION_MODIFIER: "MyShuffleEncryptionModifier"
| `orborus.args` | Override default orborus container args (useful when using custom images) | `[]` |
| `orborus.automountServiceAccountToken` | Mount Service Account token in orborus pods | `true` |
| `orborus.hostAliases` | orborus pods host aliases | `[]` |
| `orborus.daemonsetAnnotations` | Annotations for orborus daemonset | `{}` |
| `orborus.deploymentAnnotations` | Annotations for orborus deployment | `{}` |
| `orborus.statefulsetAnnotations` | Annotations for orborus statefulset | `{}` |
| `orborus.podLabels` | Extra labels for orborus pods | `{}` |
| `orborus.podAnnotations` | Annotations for orborus pods | `{}` |
| `orborus.podAffinityPreset` | Pod affinity preset. Ignored if `orborus.affinity` is set. Allowed values: `soft` or `hard` | `""` |
@@ -605,3 +599,4 @@ SHUFFLE_ENCRYPTION_MODIFIER: "MyShuffleEncryptionModifier"
### Other Parameters
@@ -444,21 +444,11 @@
"default": [],
"items": {}
},
"daemonsetAnnotations": {
"type": "object",
"description": "Annotations for backend daemonset",
"default": {}
},
"deploymentAnnotations": {
"type": "object",
"description": "Annotations for backend deployment",
"default": {}
},
"statefulsetAnnotations": {
"type": "object",
"description": "Annotations for backend statefulset",
"default": {}
},
"podLabels": {
"type": "object",
"description": "Extra labels for backend pods",
@@ -1133,21 +1123,11 @@
"default": [],
"items": {}
},
"daemonsetAnnotations": {
"type": "object",
"description": "Annotations for frontend daemonset",
"default": {}
},
"deploymentAnnotations": {
"type": "object",
"description": "Annotations for frontend deployment",
"default": {}
},
"statefulsetAnnotations": {
"type": "object",
"description": "Annotations for frontend statefulset",
"default": {}
},
"podLabels": {
"type": "object",
"description": "Extra labels for frontend pods",
@@ -1752,21 +1732,11 @@
"default": [],
"items": {}
},
"daemonsetAnnotations": {
"type": "object",
"description": "Annotations for orborus daemonset",
"default": {}
},
"deploymentAnnotations": {
"type": "object",
"description": "Annotations for orborus deployment",
"default": {}
},
"statefulsetAnnotations": {
"type": "object",
"description": "Annotations for orborus statefulset",
"default": {}
},
"podLabels": {
"type": "object",
"description": "Extra labels for orborus pods",
@@ -260,18 +260,10 @@ backend:
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
##
hostAliases: []
## @param backend.daemonsetAnnotations Annotations for backend daemonset
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
##
daemonsetAnnotations: {}
## @param backend.deploymentAnnotations Annotations for backend deployment
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
##
deploymentAnnotations: {}
## @param backend.statefulsetAnnotations Annotations for backend statefulset
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
##
statefulsetAnnotations: {}
## @param backend.podLabels Extra labels for backend pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
##
@@ -728,18 +720,10 @@ frontend:
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
##
hostAliases: []
## @param frontend.daemonsetAnnotations Annotations for frontend daemonset
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
##
daemonsetAnnotations: {}
## @param frontend.deploymentAnnotations Annotations for frontend deployment
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
##
deploymentAnnotations: {}
## @param frontend.statefulsetAnnotations Annotations for frontend statefulset
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
##
statefulsetAnnotations: {}
## @param frontend.podLabels Extra labels for frontend pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
##
@@ -1132,18 +1116,10 @@ orborus:
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
##
hostAliases: []
## @param orborus.daemonsetAnnotations Annotations for orborus daemonset
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
##
daemonsetAnnotations: {}
## @param orborus.deploymentAnnotations Annotations for orborus deployment
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
##
deploymentAnnotations: {}
## @param orborus.statefulsetAnnotations Annotations for orborus statefulset
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
##
statefulsetAnnotations: {}
## @param orborus.podLabels Extra labels for orborus pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
##