EOX GitLab Instance

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