Skip to content

Commit 3cb9559

Browse files
authored
Fix a typo in the configuration reference doc (#17)
Signed-off-by: mprahl <[email protected]>
1 parent 4b0157a commit 3cb9559

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/policygenerator-reference.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,19 @@ policies:
7070
# and metadata.namespace (if applicable) fields to be set so Kustomize
7171
# can identify the manifest the patch applies to.
7272
patches:
73-
# Optional: Only required when there are multiple manifests in the path.
74-
apiVersion: ""
75-
# Optional: Only required when there are multiple manifests in the path.
76-
kind: ""
77-
metadata:
7873
# Optional: Only required when there are multiple manifests in the path.
79-
name: ""
80-
# Optional: Only required when there are multiple manifests in the path and it's a
81-
# manifest to a namespaced resource.
82-
namespace: ""
83-
# An example modification to the manifest
84-
annotations:
85-
friends-character: Chandler Bing
74+
- apiVersion: ""
75+
# Optional: Only required when there are multiple manifests in the path.
76+
kind: ""
77+
metadata:
78+
# Optional: Only required when there are multiple manifests in the path.
79+
name: ""
80+
# Optional: Only required when there are multiple manifests in the path and it's a
81+
# manifest to a namespaced resource.
82+
namespace: ""
83+
# An example modification to the manifest
84+
annotations:
85+
friends-character: Chandler Bing
8686
# Optional. (See policyDefaults.categories for description.)
8787
categories:
8888
- "CM Configuration Management"

0 commit comments

Comments
 (0)