Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
epot authored Nov 22, 2024
1 parent 85d0e7f commit 9caf281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/warpstream-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:
{{- toYaml .Values.extraEnv | nindent 12 }}
{{- end }}
envFrom:
{{- if .Values.config.configMapEnabled | default true }}
{{- if ne .Values.config.configMapEnabled false }}
- configMapRef:
name: {{ include "warpstream-agent.fullname" . }}
{{- else }}
Expand Down Expand Up @@ -188,4 +188,4 @@ spec:
{{- with .Values.volumes }}
volumes:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

0 comments on commit 9caf281

Please sign in to comment.