rancher-charts/charts/neuvector/102.0.5+up2.6.4/templates/init-configmap.yaml

14 lines
350 B
YAML
Raw Normal View History

2023-10-18 17:57:42 +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 2 }}
{{- end }}