File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -1172,22 +1172,22 @@ spec:
1172
1172
operator: "Equal"
1173
1173
value: "cluster-services"
1174
1174
effect: "NoSchedule"
1175
- # Array of inline JSON6902 patch definitions as YAML object.
1176
- # Note, this is a YAML object and not a string, to avoid syntax
1177
- # indention errors.
1178
- patchesJson6902:
1179
- - target:
1180
- version: v1
1181
- kind: Deployment
1182
- name: metrics-server
1183
- patch:
1184
- - op: add
1185
- path: /spec/template/priorityClassName
1186
- value: system-cluster-critical
1187
- images:
1188
- - name: docker.io/bitnami/metrics-server
1189
- newName: docker.io/bitnami/metrics-server
1190
- newTag: 0.4.1-debian-10-r54
1175
+ # Array of inline JSON6902 patch definitions as YAML object.
1176
+ # Note, this is a YAML object and not a string, to avoid syntax
1177
+ # indention errors.
1178
+ patchesJson6902:
1179
+ - target:
1180
+ version: v1
1181
+ kind: Deployment
1182
+ name: metrics-server
1183
+ patch:
1184
+ - op: add
1185
+ path: /spec/template/priorityClassName
1186
+ value: system-cluster-critical
1187
+ images:
1188
+ - name: docker.io/bitnami/metrics-server
1189
+ newName: docker.io/bitnami/metrics-server
1190
+ newTag: 0.4.1-debian-10-r54
1191
1191
` ` `
1192
1192
1193
1193
# # CRDs
You can’t perform that action at this time.
0 commit comments