mirror of https://git.rancher.io/charts
8 lines
182 B
YAML
8 lines
182 B
YAML
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: istio-installer-base
|
||
|
namespace: {{ template "istio.namespace" . }}
|
||
|
data:
|
||
|
{{ tpl (.Files.Glob "configs/*").AsConfig . | indent 2 }}
|