Something went wrong on our end
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}}
EOX GitLab Instance
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "vs.fullname" . }}-client
data:
{{ (tpl (.Files.Glob "files/index.html").AsConfig . ) | nindent 2}}