rancher-charts/released/charts/rancher-istio-1.8/rancher-istio/1.8.500/templates/base-config-map.yaml

8 lines
182 B
YAML
Raw Normal View History

apiVersion: v1
kind: ConfigMap
metadata:
name: istio-installer-base
namespace: {{ template "istio.namespace" . }}
data:
{{ tpl (.Files.Glob "configs/*").AsConfig . | indent 2 }}