mirror of https://git.rancher.io/charts
10 lines
235 B
YAML
10 lines
235 B
YAML
|
{{- if .Values.overlayFile }}
|
||
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: istio-installer-overlay
|
||
|
namespace: {{ template "istio.namespace" . }}
|
||
|
data:
|
||
|
overlay-config.yaml: {{ toYaml .Values.overlayFile | indent 2 }}
|
||
|
{{- end }}
|