Skip to content

Commit

Permalink
ztp: CNF-14638: Cherry pick 'Merge pull request #2046 from fontivan/s…
Browse files Browse the repository at this point in the history
…skeard/cnf-14458-fix-missing-service-account-from-examples'

ztp: CNF-14458: Add cluster log service account CRs to argocd example…
  • Loading branch information
openshift-merge-bot[bot] authored and fontivan committed Sep 24, 2024
1 parent 4d19aca commit 5a1cb7a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ policies:
- path: source-crs/ClusterLogOperGroup.yaml
- path: source-crs/ClusterLogSubscription.yaml
- path: source-crs/ClusterLogOperatorStatus.yaml
- path: source-crs/ClusterLogServiceAccount.yaml
- path: source-crs/ClusterLogServiceAccountAuditBinding.yaml
- path: source-crs/ClusterLogServiceAccountInfrastructureBinding.yaml
# Ptp operator
- path: source-crs/PtpSubscriptionNS.yaml
- path: source-crs/PtpSubscription.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ spec:
policyName: "subscriptions-policy"
- fileName: ClusterLogOperatorStatus.yaml
policyName: "subscriptions-policy"
- fileName: ClusterLogServiceAccount.yaml
policyName: "subscriptions-policy"
- fileName: ClusterLogServiceAccountAuditBinding.yaml
policyName: "subscriptions-policy"
- fileName: ClusterLogServiceAccountInfrastructureBinding.yaml
policyName: "subscriptions-policy"
- fileName: StorageNS.yaml
policyName: "subscriptions-policy"
- fileName: StorageOperGroup.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ spec:
policyName: "log-sub-policy"
- fileName: ClusterLogSubscription.yaml
policyName: "log-sub-policy"
- fileName: ClusterLogServiceAccount.yaml
policyName: "log-sub-policy"
- fileName: ClusterLogServiceAccountAuditBinding.yaml
policyName: "log-sub-policy"
- fileName: ClusterLogServiceAccountInfrastructureBinding.yaml
policyName: "log-sub-policy"
- fileName: StorageNS.yaml
policyName: "storage-sub-policy"
- fileName: StorageOperGroup.yaml
Expand Down

0 comments on commit 5a1cb7a

Please sign in to comment.