rancher-charts/packages/rancher-istio/charts/templates/base-config-map.yaml

8 lines
160 B
YAML

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