rancher-charts/charts/rancher-istio/102.2.0+up1.17.2/templates/base-config-map.yaml

8 lines
182 B
YAML
Raw Normal View History

2023-04-12 20:22:01 +00:00
apiVersion: v1
kind: ConfigMap
metadata:
name: istio-installer-base
namespace: {{ template "istio.namespace" . }}
data:
{{ tpl (.Files.Glob "configs/*").AsConfig . | indent 2 }}