Skip to content

Commit

Permalink
Fix apple_auth_key definition in common-secret (#470)
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Foteinopoulos <[email protected]>
  • Loading branch information
stafot authored Sep 5, 2024
1 parent 4822838 commit d6afc45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mattermost-push-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Mattermost Push Proxy server
name: mattermost-push-proxy
type: application
version: 0.12.3
version: 0.12.4
appVersion: 6.1.0
keywords:
- mattermost
Expand Down
2 changes: 1 addition & 1 deletion charts/mattermost-push-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ spec:
secret:
secretName: {{ include "mattermost-push-proxy.fullname" . }}-secret
items:
- key: "auth-key-file"
- key: "apple_auth_key"
path: "auth-key-file"
- key: "apple_cert"
path: "apple-push-cert.pem"
Expand Down

0 comments on commit d6afc45

Please sign in to comment.