mirror of https://git.rancher.io/charts
8 lines
160 B
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 }}
|