Fix indentation in PostRenderer
The indentation of this example is slightly off Signed-off-by: Kingdon Barrett <kingdon@weave.works>
This commit is contained in:
parent
fecd079a45
commit
3f49b817cf
|
@ -1171,7 +1171,7 @@ spec:
|
||||||
- key: "workload-type"
|
- key: "workload-type"
|
||||||
operator: "Equal"
|
operator: "Equal"
|
||||||
value: "cluster-services"
|
value: "cluster-services"
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
# Array of inline JSON6902 patch definitions as YAML object.
|
# Array of inline JSON6902 patch definitions as YAML object.
|
||||||
# Note, this is a YAML object and not a string, to avoid syntax
|
# Note, this is a YAML object and not a string, to avoid syntax
|
||||||
# indention errors.
|
# indention errors.
|
||||||
|
|
Loading…
Reference in New Issue