From 1a63eeb6e306f615cff536ef1b05b5ad2485f467 Mon Sep 17 00:00:00 2001 From: xpadev Date: Thu, 8 Feb 2024 00:13:02 +0900 Subject: [PATCH] fix: change config owner to mattermost --- kubernetes/mattermost/mattermost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/mattermost/mattermost.yml b/kubernetes/mattermost/mattermost.yml index 6c29b65..13fc450 100644 --- a/kubernetes/mattermost/mattermost.yml +++ b/kubernetes/mattermost/mattermost.yml @@ -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