Skip to content

Commit

Permalink
Fix config-template (#473)
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Foteinopoulos <[email protected]>
  • Loading branch information
stafot authored Sep 6, 2024
1 parent 7577fb4 commit 0af0a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/mattermost-push-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
description: Mattermost Push Proxy server
name: mattermost-push-proxy
type: application
version: 0.12.6
version: 0.12.7
appVersion: 6.1.0
keywords:
- mattermost
- communication
- notification
- messaging
- team colaboration
- team collaboration
home: https://mattermost.com
icon: http://www.mattermost.org/wp-content/uploads/2016/04/icon.png
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/mattermost-push-proxy/templates/push-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{{- else }}
"ApplePushCertPrivate": "/certs/apple-rn-push-cert.pem",
{{- end }}
{{- if eq .Values.applePushSettings.authKey "" }}
{{- if and (eq .Values.applePushSettings.authKey "") (eq .Values.externalSecrets.enabled false) }}
"AppleAuthKeyFile":"",
"AppleAuthKeyID":"",
"AppleTeamID":"",
Expand Down

0 comments on commit 0af0a78

Please sign in to comment.