Skip to content

Commit

Permalink
Fix auth key paths
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Foteinopoulos <[email protected]>
  • Loading branch information
stafot committed Sep 5, 2024
1 parent d6afc45 commit fe3d45b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4
version: 0.12.5
appVersion: 6.1.0
keywords:
- mattermost
Expand Down
4 changes: 2 additions & 2 deletions charts/mattermost-push-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
{{- else }}
- mountPath: "{{ .Values.applePushSettings.authKeyFile }}"
name: "common-secret"
subPath: "auth-key-file"
subPath: {{ .Values.applePushSettings.authKeyFileName }}
- mountPath: "/certs/apple-push-cert.pem"
name: "common-secret"
subPath: "apple-push-cert.pem"
Expand Down Expand Up @@ -170,7 +170,7 @@ spec:
secretName: {{ include "mattermost-push-proxy.fullname" . }}-secret
items:
- key: "apple_auth_key"
path: "auth-key-file"
path: {{ .Values.applePushSettings.authKeyFileName }}
- key: "apple_cert"
path: "apple-push-cert.pem"
- key: "apple_rn_cert"
Expand Down

0 comments on commit fe3d45b

Please sign in to comment.