You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/matrix-stack/source/common/sub_schema_values.yaml.j2
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -175,12 +175,12 @@ imagePullSecrets: []
175
175
176
176
{%macrolabels(global=false, key='labels') %}
177
177
## Labels to add to all manifest {{ 'for all components in this chart' if global else 'for this component' }}
178
-
labels: {}
178
+
{{ key }}: {}
179
179
{%- endmacro%}
180
180
181
181
{%macronodeSelector(key='nodeSelector') %}
182
182
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
183
-
# {{ key }}: {}
183
+
{{ key }}: {}
184
184
{%- endmacro%}
185
185
186
186
{%macropersistentVolumeClaim(key) %}
@@ -194,9 +194,10 @@ labels: {}
194
194
size: 10Gi
195
195
196
196
## The StorageClass to be used by the constructed PersistentVolumeClaim.
197
-
## Will use the cluster default if not provided
197
+
## Will use the cluster default if not provided.
198
+
## If changed after initial usage the PersistentVolumeClaim could be recreated causing data-loss.
198
199
## Ignored if existingClaim is provided
199
-
# storageClass:
200
+
# storageClassName:
200
201
201
202
## Whether to instruct Helm to keep or delete the constructed PersistentVolumeClaim when uninstalling the chart
Copy file name to clipboardExpand all lines: charts/matrix-stack/values.yaml
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ initSecrets:
149
149
## value: "bar"
150
150
extraEnv: []
151
151
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
152
-
#nodeSelector: {}
152
+
nodeSelector: {}
153
153
## A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings
154
154
podSecurityContext:
155
155
## A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to
@@ -276,7 +276,7 @@ deploymentMarkers:
276
276
## value: "bar"
277
277
extraEnv: []
278
278
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
279
-
#nodeSelector: {}
279
+
nodeSelector: {}
280
280
## A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings
281
281
podSecurityContext:
282
282
## A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to
@@ -491,7 +491,7 @@ matrixRTC:
491
491
## value: "bar"
492
492
extraEnv: []
493
493
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
494
-
#nodeSelector: {}
494
+
nodeSelector: {}
495
495
## A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings
496
496
podSecurityContext:
497
497
## A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to
@@ -743,7 +743,7 @@ matrixRTC:
743
743
# seccompProfile:
744
744
# type: RuntimeDefault
745
745
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
746
-
#nodeSelector: {}
746
+
nodeSelector: {}
747
747
## A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings
748
748
podSecurityContext:
749
749
## A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to
@@ -977,7 +977,7 @@ elementWeb:
977
977
# seccompProfile:
978
978
# type: RuntimeDefault
979
979
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
980
-
#nodeSelector: {}
980
+
nodeSelector: {}
981
981
## A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings
982
982
podSecurityContext:
983
983
## A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to
@@ -1188,7 +1188,7 @@ haproxy:
1188
1188
## value: "bar"
1189
1189
extraEnv: []
1190
1190
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
1191
-
#nodeSelector: {}
1191
+
nodeSelector: {}
1192
1192
## A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings
1193
1193
podSecurityContext:
1194
1194
## A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
1563
-
#nodeSelector: {}
1563
+
nodeSelector: {}
1564
1564
1565
1565
## Workload tolerations allows Pods that are part of this (sub)component to 'tolerate' any taint that matches the triple <key,value,effect> using the matching operator <operator>.
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
1821
-
#nodeSelector: {}
1821
+
nodeSelector: {}
1822
1822
## A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings
1823
1823
podSecurityContext:
1824
1824
## A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to
@@ -2083,9 +2083,10 @@ postgres:
2083
2083
size: 10Gi
2084
2084
2085
2085
## The StorageClass to be used by the constructed PersistentVolumeClaim.
2086
-
## Will use the cluster default if not provided
2086
+
## Will use the cluster default if not provided.
2087
+
## If changed after initial usage the PersistentVolumeClaim could be recreated causing data-loss.
2087
2088
## Ignored if existingClaim is provided
2088
-
#storageClass:
2089
+
#storageClassName:
2089
2090
2090
2091
## Whether to instruct Helm to keep or delete the constructed PersistentVolumeClaim when uninstalling the chart
2091
2092
## Ignored if existingClaim is provided
@@ -2150,7 +2151,7 @@ postgres:
2150
2151
# seccompProfile:
2151
2152
# type: RuntimeDefault
2152
2153
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
2153
-
#nodeSelector: {}
2154
+
nodeSelector: {}
2154
2155
## A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings
2155
2156
podSecurityContext:
2156
2157
## A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to
@@ -2363,9 +2364,10 @@ synapse:
2363
2364
size: 10Gi
2364
2365
2365
2366
## The StorageClass to be used by the constructed PersistentVolumeClaim.
2366
-
## Will use the cluster default if not provided
2367
+
## Will use the cluster default if not provided.
2368
+
## If changed after initial usage the PersistentVolumeClaim could be recreated causing data-loss.
2367
2369
## Ignored if existingClaim is provided
2368
-
#storageClass:
2370
+
#storageClassName:
2369
2371
2370
2372
## Whether to instruct Helm to keep or delete the constructed PersistentVolumeClaim when uninstalling the chart
2371
2373
## Ignored if existingClaim is provided
@@ -3682,7 +3684,7 @@ synapse:
3682
3684
## - synapse.ess.localhost
3683
3685
hostAliases: []
3684
3686
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
3685
-
#nodeSelector: {}
3687
+
nodeSelector: {}
3686
3688
## A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings
3687
3689
podSecurityContext:
3688
3690
## A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to
@@ -3899,7 +3901,7 @@ synapse:
3899
3901
## value: "bar"
3900
3902
extraEnv: []
3901
3903
## NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
3902
-
#nodeSelector: {}
3904
+
nodeSelector: {}
3903
3905
## A subset of PodSecurityContext. PodSecurityContext holds pod-level security attributes and common container settings
3904
3906
podSecurityContext:
3905
3907
## A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to
0 commit comments