Skip to content

Commit

Permalink
Merge pull request #36 from mitou/fix/remove-secret-placer
Browse files Browse the repository at this point in the history
[修正] 不要になったsecret placerを消し忘れていたため修正
  • Loading branch information
kyasbal authored Apr 27, 2024
2 parents 624a202 + ac9b60e commit fe45e6e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions kubernetes/mattermost/mattermost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ spec:
serviceAccountName: mattermost-primary
readinessGates:
- conditionType: bleve-ready
initContainers:
- name: secret-placer
image: gcr.io/google.com/cloudsdktool/cloud-sdk:latest
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
&& chown 2000:2000 /config/config.json
volumeMounts:
- name: config
mountPath: /config
- name: secret
mountPath: /secret
containers:
- name: mattermost
image: mattermost/mattermost-team-edition:release-9.1
Expand Down

0 comments on commit fe45e6e

Please sign in to comment.