Skip to content

Commit

Permalink
updating volume mounts for fence and presigned url
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Jul 15, 2024
1 parent 179f864 commit a050382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/fence/templates/fence-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ spec:
volumeMounts:
{{- if .Values.secureImage.enabled | default .Values.global.secureImage.enabled }}
- name: wsgi-config
configMap:
name: fence-wsgi
mountPath: "/fence/deployment/wsgi/gunicorn.conf.py"
subPath: gunicorn.conf.py
{{- end }}
{{- toYaml .Values.volumeMounts | nindent 12 }}
{{- if .Values.secureImage.sidecar.enabled | default .Values.global.secureImage.sidecar.enabled }}
Expand Down
4 changes: 2 additions & 2 deletions helm/fence/templates/presigned-url-fence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ spec:
volumeMounts:
{{- if .Values.secureImage.enabled | default .Values.global.secureImage.enabled }}
- name: wsgi-config
configMap:
name: fence-wsgi
mountPath: "/fence/deployment/wsgi/gunicorn.conf.py"
subPath: gunicorn.conf.py
{{- end }}
{{- toYaml .Values.volumeMounts | nindent 12 }}
{{- if .Values.secureImage.sidecar.enabled | default .Values.global.secureImage.sidecar.enabled }}
Expand Down

0 comments on commit a050382

Please sign in to comment.