rancher-charts/charts/rancher-istio/100.1.3+up1.11.8/templates/overlay-config-map.yaml

10 lines
235 B
YAML
Raw Normal View History

{{- 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 }}