File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -184,20 +184,5 @@ policySets:
184184 # policyDefaults.policySets is also specified, the list is merged.
185185 policies : []
186186 # Optional. The placement configuration for the policy set. This defaults to a placement
187- # configuration that matches all clusters.
188- placement :
189- # To specify a placement rule, specify key:value pair cluster selectors. (See placementRulePath
190- # to specify an existing file instead.)
191- clusterSelectors : {}
192- # To specify a placement, specify key:value pair cluster label selectors. (See placementPath to
193- # specify an existing file instead.)
194- labelSelector : {}
195- # Optional. Specifying a name will consolidate placement rules that contain the same cluster
196- # selectors.
197- name : " "
198- # To reuse an existing placement manifest, specify the path here relative to the
199- # kustomization.yaml file. (See clusterSelectors to generate a new Placement instead.)
200- placementPath : " "
201- # To reuse an existing placement rule manifest, specify the path here relative to the
202- # kustomization.yaml file. (See clusterSelectors to generate a new PlacementRule instead.)
203- placementRulePath : " "
187+ # configuration that matches all clusters. (See policyDefaults.placement for description.)
188+ placement : {}
You can’t perform that action at this time.
0 commit comments