Skip to content

Commit 4c528cb

Browse files
authored
Merge pull request #314 from nuriel77/fix/yaml-indent
Fix indentation for PostRenderers example
2 parents 653df24 + 99dcd96 commit 4c528cb

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/spec/v2beta1/helmreleases.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1172,22 +1172,22 @@ spec:
11721172
operator: "Equal"
11731173
value: "cluster-services"
11741174
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
11911191
```
11921192

11931193
## CRDs

0 commit comments

Comments
 (0)