Skip to content

Commit

Permalink
Merge pull request #25 from xpadev-net/fix/config-owner
Browse files Browse the repository at this point in the history
fix: change config owner to mattermost
  • Loading branch information
xpadev-net authored Feb 8, 2024
2 parents b427c10 + 1a63eeb commit 374f6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/mattermost/mattermost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
command: ["/bin/sh","-c"]
args:
- gcloud kms decrypt --location asia-northeast1 --keyring primary-keyring --key primary-key --ciphertext-file=/secret/config.json --plaintext-file=/config/config.json
&& chmod o+w /config/config.json
&& chown 2000:2000 /config/config.json
volumeMounts:
- name: config
mountPath: /config
Expand Down

0 comments on commit 374f6e3

Please sign in to comment.