rancher-charts/charts/rancher-istio/100.4.0+up1.14.1/templates/overlay-config-map.yaml

10 lines
235 B
YAML
Raw Normal View History

2022-06-21 04:21:17 +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 }}