Skip to content

Commit

Permalink
feat: update volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadne committed Jun 23, 2023
1 parent 127db4c commit ca1f711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ spec:
volumeMounts:
- name: configs-volume
mountPath: /etc/snappcloud-status-backend
{{- with .Values.nodeSelector }}
volumes:
- name: configs-volume
configMap:
name: {{ include "snappcloud-status-backend.fullname" . }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit ca1f711

Please sign in to comment.