EOX GitLab Instance

Skip to content
Snippets Groups Projects
preprocessor-config-configmap.yaml 190 B
apiVersion: v1
kind: ConfigMap
metadata:
  name: {{ include "vs.fullname" . }}-preprocessor-config
data:
  {{ (tpl (.Files.Glob "files/preprocessor-config.yaml").AsConfig . ) | nindent 2 }}