rancher-charts/charts/rancher-istio/100.1.0+up1.11.4/templates/overlay-config-map.yaml

10 lines
235 B
YAML
Raw Normal View History

2021-06-18 20:16:00 +00:00
{{- 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 }}