Skip to content

Commit

Permalink
Sync the Policy CRD
Browse files Browse the repository at this point in the history
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
  • Loading branch information
mprahl authored and openshift-merge-bot[bot] committed Sep 19, 2024
1 parent 4edff69 commit 0535d5b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ spec:
description: HubTemplateOptions changes the default behavior of hub templates.
properties:
serviceAccountName:
description: >-
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.
type: string
type: object
policy-templates:
Expand Down Expand Up @@ -387,6 +389,8 @@ spec:
description: HubTemplateOptions changes the default behavior of hub templates.
properties:
serviceAccountName:
description: >-
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.
type: string
type: object
policy-templates:
Expand Down

0 comments on commit 0535d5b

Please sign in to comment.