rancher-charts/charts/rancher-istio/1.7.300/templates/overlay-config-map.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 }}