Skip to content

Commit

Permalink
Merge pull request #22 from xpadev-net/fix/set-namespace
Browse files Browse the repository at this point in the history
fix: add namespace property to pvc
  • Loading branch information
kyasbal authored Feb 5, 2024
2 parents 6754b40 + f6f344a commit 00ee9f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/mattermost/pvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: mattermost-bleve-pvc
namespace: mattermost
spec:
accessModes:
- ReadWriteOnce
Expand Down

0 comments on commit 00ee9f8

Please sign in to comment.