Helm chart for deploying Istio cluster resources and CRDs
- Kubernetes Cluster deployed
- Kubernetes config installed in
~/.kube/config
- Helm installed
Install Helm
https://helm.sh/docs/intro/install/
- Clone down the repository
- cd into directory
helm install istio-crds chart/
Key | Type | Default | Description |
---|---|---|---|
upstream.global.imagePullSecrets | list | [] |
|
upstream.global.istioNamespace | string | "istio-system" |
|
upstream.base.excludedCRDs | list | [] |
|
upstream.base.enableCRDTemplates | bool | true |
|
upstream.base.validationURL | string | "" |
|
upstream.base.validationCABundle | string | "" |
|
upstream.base.enableIstioConfigCRDs | bool | true |
|
upstream.defaultRevision | string | "default" |
|
upstream.experimental.stableValidationPolicy | bool | false |
Please see the contributing guide if you are interested in contributing.
This file is programatically generated using helm-docs
and some BigBang-specific templates. The gluon
repository has instructions for regenerating package READMEs.