You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/addon/policyframework/manifests/managedclusterchart/templates/policy.open-cluster-management.io_policies_crd.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,12 @@ spec:
94
94
description: >-
95
95
Disabled is a boolean parameter you can use to enable and disable the policy. When disabled, the policy is removed from managed clusters.
96
96
type: boolean
97
+
hubTemplateOptions:
98
+
description: HubTemplateOptions changes the default behavior of hub templates.
99
+
properties:
100
+
serviceAccountName:
101
+
type: string
102
+
type: object
97
103
policy-templates:
98
104
description: >-
99
105
PolicyTemplates is a list of definitions of policy engine resources to apply to managed clusters along with configurations on how it should be applied.
@@ -377,6 +383,12 @@ spec:
377
383
description: >-
378
384
Disabled is a boolean parameter you can use to enable and disable the policy. When disabled, the policy is removed from managed clusters.
379
385
type: boolean
386
+
hubTemplateOptions:
387
+
description: HubTemplateOptions changes the default behavior of hub templates.
388
+
properties:
389
+
serviceAccountName:
390
+
type: string
391
+
type: object
380
392
policy-templates:
381
393
description: >-
382
394
PolicyTemplates is a list of definitions of policy engine resources to apply to managed clusters along with configurations on how it should be applied.
0 commit comments