No Description

frontend-cm-env.yaml 455B

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