Skip to content

Commit

Permalink
chore(discourse): Indent (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkochendorfer authored Aug 12, 2022
1 parent ded1069 commit aaff4e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/discourse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: discourse
description: A Helm Chart for Mozilla's Discourse application
type: application
version: 3.0.3
version: 3.0.4
appVersion: f58ded6
keywords:
- Mozilla
Expand Down
8 changes: 4 additions & 4 deletions charts/discourse/templates/logger-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ metadata:
{{- end }}
spec:
data:
- remoteRef:
key: {{ .Values.externalSecrets.loggerSecretKey }}
property: loggerSecret
secretKey: loggerSecret
- remoteRef:
key: {{ .Values.externalSecrets.loggerSecretKey }}
property: loggerSecret
secretKey: loggerSecret
secretStoreRef:
kind: ClusterSecretStore
name: {{ .Values.externalSecrets.store }}
Expand Down

0 comments on commit aaff4e3

Please sign in to comment.