feat: Support custom rules for the Application Controller Cluster Role (#730)
* feat: Support custom rules for the Application Controller Cluster Role Signed-off-by: Lorelei McCollum <lorelei.mccollum@endurance.com> * Add newline at end of file Signed-off-by: Lorelei McCollum <lorelei.mccollum@endurance.com>
This commit is contained in:
parent
6735d66f1a
commit
a25cfd221c
4 changed files with 19 additions and 2 deletions
|
|
@ -22,6 +22,12 @@ helm delete argo-cd --purge
|
|||
kubectl delete crd -l app.kubernetes.io/part-of=argocd
|
||||
```
|
||||
|
||||
Pre-requisites:
|
||||
```
|
||||
helm repo add redis-ha https://dandydeveloper.github.io/charts/
|
||||
helm dependency update
|
||||
```
|
||||
|
||||
Minimally:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue