Skip to content

Commit

Permalink
Update temp volume name and mount path (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishtiaqhimel authored Nov 6, 2023
1 parent 901a9fa commit 8ad56e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/kubestash-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ spec:
resources:
{{- toYaml .Values.operator.resources | nindent 10 }}
volumeMounts:
- name: kubestash-temp-dir
mountPath: /tmp
- name: kubestash-tmp-volume
mountPath: /kubestash-tmp
- name: serving-cert
mountPath: /var/serving-cert
readOnly: true
Expand All @@ -96,7 +96,7 @@ spec:
securityContext:
runAsNonRoot: true
volumes:
- name: kubestash-temp-dir
- name: kubestash-tmp-volume
emptyDir: {}
- name: serving-cert
secret:
Expand Down

0 comments on commit 8ad56e9

Please sign in to comment.