rancher-charts/charts/neuvector/100.0.1+up2.2.2/templates/init-configmap.yaml

13 lines
349 B
YAML
Raw Normal View History

2022-08-03 17:40:59 +00:00
{{- if .Values.controller.configmap.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
name: neuvector-init
namespace: {{ .Release.Namespace }}
labels:
chart: {{ template "neuvector.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
{{ toYaml .Values.controller.configmap.data | indent 4 }}
{{- end }}