File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments