mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 10:00:11 +00:00
feat:replaced yaml files by helm chart (#920)
Some checks are pending
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Some checks are pending
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Signed-off-by: Gitanshu Talwar <gitanshutalwar@gmail.com>
This commit is contained in:
@@ -101,9 +101,11 @@ kubectl patch clustermanagementaddon managed-serviceaccount --type='json' -p="$(
|
||||
echo "Install cluster-permission"
|
||||
git clone git@github.com:open-cluster-management-io/cluster-permission.git || true
|
||||
cd cluster-permission
|
||||
kubectl apply -f config/crds
|
||||
kubectl apply -f config/rbac
|
||||
kubectl apply -f config/deploy
|
||||
helm install cluster-permission chart/cluster-permission/ \
|
||||
--namespace open-cluster-management-addon \
|
||||
--create-namespace \
|
||||
--set global.imageOverrides.cluster_permission=quay.io/open-cluster-management/cluster-permission:latest \
|
||||
--set global.pullPolicy=Always
|
||||
cd -
|
||||
rm -rf cluster-permission
|
||||
|
||||
|
||||
Reference in New Issue
Block a user