Skip to content

Commit 6960e27

Browse files
authored
Ref policyDefaults for policySets.placement (#52)
Signed-off-by: Dale Haiducek <[email protected]>
1 parent 65e1af5 commit 6960e27

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

docs/policygenerator-reference.yaml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff 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: {}

0 commit comments

Comments
 (0)