rancher-charts/charts/rancher-istio/100.0.1+up1.10.4/templates/base-config-map.yaml

8 lines
182 B
YAML
Raw Normal View History

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