Update argo chart for 2.4.2 (#130)
* Updating chart to 2.4.1 Adding a helm flag instead of --no-hooks for sustainability Add better readme around CRDs Fixing controller clusterrole adding workflowtemplate to argo-ui clusterrole * Bumping to newest patch * Bumping to newest patch 2.4.2
This commit is contained in:
parent
22607a897b
commit
cc0746951b
8 changed files with 52 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ If you want your deployment of this helm chart to most closely match the [argo C
|
|||
This chart uses an install hook to configure the CRD definition. Installation of CRDs is a somewhat privileged process in itself and in RBAC enabled clusters the `default` service account for namespaces does not typically have the ability to do create these.
|
||||
|
||||
A few options are:
|
||||
- Setup the CRD yourself manually and use the `--no-hooks` options of `helm install`
|
||||
- Setup the CRD yourself manually and use `--set installCRD=false` when installing the helm chart. Find the CRDs in the [argo codebase](https://raw.githubusercontent.com/argoproj/argo/master/manifests/base/crds/workflow-crd.yaml)
|
||||
- Manually create a ServiceAccount in the Namespace which your release will be deployed w/ appropriate bindings to perform this action and set the `init.serviceAccount` attribute
|
||||
- Augment the `default` ServiceAccount permissions in the Namespace in which your Release is deployed to have the appropriate permissions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue