28 lines
834 B
Go Template
28 lines
834 B
Go Template
{{ template "chart.header" . }}
|
|
{{ template "chart.deprecationWarning" . }}
|
|
|
|
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
|
|
|
|
{{ template "chart.description" . }}
|
|
|
|
Installs Istio Operator and KubeZero Istio profile
|
|
|
|
{{ template "chart.homepageLine" . }}
|
|
|
|
{{ template "chart.maintainersSection" . }}
|
|
|
|
{{ template "chart.sourcesSection" . }}
|
|
|
|
{{ template "chart.requirementsSection" . }}
|
|
|
|
## KubeZero default configuration
|
|
- mapped istio-operator to run on the controller nodes only
|
|
|
|
{{ template "chart.valuesSection" . }}
|
|
|
|
## Resources
|
|
|
|
- https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec
|
|
- https://github.com/istio/istio/blob/master/manifests/profiles/default.yaml
|
|
- https://istio.io/latest/docs/setup/install/standalone-operator/
|