Skip to content

Commit 0535d5b

Browse files
mprahlopenshift-merge-bot[bot]
authored andcommitted
Sync the Policy CRD
Signed-off-by: mprahl <[email protected]>
1 parent 4edff69 commit 0535d5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/addon/policyframework/manifests/managedclusterchart/templates/policy.open-cluster-management.io_policies_crd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ spec:
9898
description: HubTemplateOptions changes the default behavior of hub templates.
9999
properties:
100100
serviceAccountName:
101+
description: >-
102+
ServiceAccountName is the name of a service account in the same namespace as the policy to use for all hub template lookups. The service account must have list and watch permissions on any object the hub templates look up. If not specified, lookups are restricted to namespaced objects in the same namespace as the policy and to the `ManagedCluster` object associated with the propagated policy.
101103
type: string
102104
type: object
103105
policy-templates:
@@ -387,6 +389,8 @@ spec:
387389
description: HubTemplateOptions changes the default behavior of hub templates.
388390
properties:
389391
serviceAccountName:
392+
description: >-
393+
ServiceAccountName is the name of a service account in the same namespace as the policy to use for all hub template lookups. The service account must have list and watch permissions on any object the hub templates look up. If not specified, lookups are restricted to namespaced objects in the same namespace as the policy and to the `ManagedCluster` object associated with the propagated policy.
390394
type: string
391395
type: object
392396
policy-templates:

0 commit comments

Comments
 (0)