File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ privateKeys:
35
35
{{ sub_schema_values.labels() }}
36
36
{{ sub_schema_values.serviceAccount() }}
37
37
{{ sub_schema_values.nodeSelector() }}
38
- {{ sub_schema_values.tolerations(global=false, key='tolerations' ) }}
39
- {{ sub_schema_values.topologySpreadConstraints(global=true, key= 'topologySpreadConstraints' ) }}
38
+ {{ sub_schema_values.tolerations() }}
39
+ {{ sub_schema_values.topologySpreadConstraints() }}
40
40
{{ sub_schema_values.podSecurityContext(user_id=10005, group_id=10005) }}
41
- {{ sub_schema_values.containersSecurityContext(key='containersSecurityContext' ) }}
41
+ {{ sub_schema_values.containersSecurityContext() }}
42
42
{{ sub_schema_values.workloadAnnotations() }}
43
- {{ sub_schema_values.serviceMonitors(key= 'serviceMonitors' ) }}
43
+ {{ sub_schema_values.serviceMonitors() }}
44
44
{{ sub_schema_values.extraEnv() }}
Original file line number Diff line number Diff line change @@ -1234,10 +1234,10 @@ matrixAuthenticationService:
1234
1234
1235
1235
tolerations : []
1236
1236
1237
- # # TopologySpreadConstraints describes how Pods for a component should be spread between nodes.
1237
+ # # TopologySpreadConstraints describes how Pods for this component should be spread between nodes.
1238
1238
# # https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ for in-depth details
1239
- # # labelSelector can be omitted and the chart will populate a sensible value for each component.
1240
- # # Similarly `pod-template-hash` will be aded to `matchLabelKeys` if appropriate for each component.
1239
+ # # labelSelector can be omitted and the chart will populate a sensible value for this component.
1240
+ # # Similarly `pod-template-hash` will be aded to `matchLabelKeys` if appropriate for this component.
1241
1241
# # If any TopologySpreadConstraints are provided for a component any global TopologySpreadConstraints are ignored for that component.
1242
1242
# # e.g.
1243
1243
# # topologySpreadConstraints:
Original file line number Diff line number Diff line change
1
+ MAS: Fix schema schema method calls do not need to respecify default keys values.
You can’t perform that action at this time.
0 commit comments