Skip to content

Commit

Permalink
Merge pull request #40 from mitou/fix/config-mount-point
Browse files Browse the repository at this point in the history
[修正] ESOから出たコンフィグのマウント先を間違えていたため修正
  • Loading branch information
kyasbal authored Apr 27, 2024
2 parents cd0406b + cb9000e commit 7362510
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions kubernetes/mattermost/mattermost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,8 @@ spec:
mountPath: /mattermost/bleve/
volumes:
- name: config
emptyDir: {}
secret:
secretName: gcp-secret-config
- name: bleve
emptyDir:
sizeLimit: 2Gi
- name: secret
secret:
secretName: gcp-secret-config

0 comments on commit 7362510

Please sign in to comment.