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:
Kingdon Barrett 2021-10-21 08:40:03 -04:00
parent fecd079a45
commit 3f49b817cf
No known key found for this signature in database
GPG Key ID: 470B0A4ACF2A4E23
1 changed files with 1 additions and 1 deletions

View File

@ -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.