-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
acd48c1
commit 9705cd8
Showing
1 changed file
with
11 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
|
||
![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg) | ||
|
||
# TODO | ||
# Overview | ||
|
||
This "wrapper" Helm Chart is used to deploy Advanced Cluster Security (ACS) using a GitOps approach. | ||
It calls the Chart [rhacs-setup](https://artifacthub.io/packages/helm/openshift-bootstraps/rhacs-setup) which mainly takes care to | ||
|
||
- Deploy the Operator and verify if the Operators installation was successful | ||
- Deploy Central if required | ||
- Deploy Secured Cluster | ||
- Add a console link in the action menu of OpenShift | ||
|
||
The values.yaml provides an example of possible settings. |