Files
shuffle-cracked/charts/shuffle/templates/frontend/frontend-cm-env.yaml
T
Pascal Sthamer 8a523adaba add shuffle helm chart
remove gitlab ci file
2024-12-31 02:46:46 +01:00

11 lines
455 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "shuffle.frontend.name" . }}-env
namespace: {{ include "common.names.namespace" . | quote }}
labels: {{- include "shuffle.frontend.labels" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- if .Values.commonAnnotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}
data: