Skip to content

Commit

Permalink
fix: resources are deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
pahmadi8740 committed Sep 22, 2023
1 parent 9e8542c commit ffd1ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/arax/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
configMap:
name: {{ include "arax.fullname" . }}-scripts
defaultMode: 0755
- name: {{ include "arax.fullname" . }}-configs-volumez
- name: {{ include "arax.fullname" . }}-configs-volume
configMap:
name: {{ include "arax.fullname" . }}-configs
defaultMode: 0755
Expand All @@ -91,4 +91,4 @@ spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 300Gi
storage: 300Gi

0 comments on commit ffd1ec9

Please sign in to comment.