-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from zhiweiyin318/sync-chart
update sync chart from ACM operotar repo
- Loading branch information
Showing
28 changed files
with
237 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRole | ||
metadata: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# Copyright (c) 2024 Red Hat, Inc. | ||
# Copyright Contributors to the Open Cluster Management project | ||
|
||
apiVersion: v1 | ||
appVersion: 2.12.0 | ||
version: 2.12.0 | ||
description: Helm chart for deploying the cluster lifecycle | ||
kubeVersion: ">=1.11.0-0" | ||
name: cluster-lifecycle | ||
version: 2.12.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...ster-lifecycle/templates/clusterrole.yaml → ...ycle/templates/klusterlet-addon-role.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
global: | ||
imageOverrides: | ||
klusterlet_addon_controller: "" | ||
|
||
namespace: multicluster-engine | ||
|
||
klusterlet_addon_controller: '' | ||
templateOverrides: {} | ||
namespace: '' | ||
pullSecret: null | ||
imageRepository: '' | ||
hubSize: Small | ||
hubconfig: | ||
nodeSelector: null | ||
proxyConfigs: {} | ||
replicaCount: 1 | ||
tolerations: [] | ||
org: open-cluster-management |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# Copyright (c) 2024 Red Hat, Inc. | ||
# Copyright Contributors to the Open Cluster Management project | ||
|
||
apiVersion: v1 | ||
appVersion: 2.12.0 | ||
version: 2.12.0 | ||
description: A Helm chart for multicloud policy | ||
description: A Helm chart for multicloud grc | ||
category: "Development" | ||
keywords: | ||
- acm | ||
- grc | ||
name: grc | ||
verified: "RHACM" | ||
version: 2.12.0 |
Oops, something went wrong.