From 9705cd8608c5c727409b0e5308c8b2ea33e88cdc Mon Sep 17 00:00:00 2001 From: Thomas Jungbauer Date: Sat, 20 Jan 2024 11:55:12 +0100 Subject: [PATCH] updating README --- clusters/management-cluster/setup-acs/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/clusters/management-cluster/setup-acs/README.md b/clusters/management-cluster/setup-acs/README.md index 8f55814..c92f42b 100644 --- a/clusters/management-cluster/setup-acs/README.md +++ b/clusters/management-cluster/setup-acs/README.md @@ -1,4 +1,14 @@ ![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg) -# TODO \ No newline at end of file +# 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.