Skip to content

Commit

Permalink
fix(pastebin): Change indent level for external secrets (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkochendorfer authored Aug 11, 2022
1 parent 48bfb94 commit 9cdad70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/pastebin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pastebin
description: A Helm chart for the Mozilla Pastebin (dpaste) application
type: application
version: 0.2.1
version: 0.2.2

keywords:
- Mozilla
Expand Down
6 changes: 3 additions & 3 deletions charts/pastebin/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ spec:
metadata:
{{- with .Values.externalSecrets.annotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 10 }}
{{- end }}
labels:
{{- include "pastebin.labels" . | nindent 8 }}
{{- include "pastebin.labels" . | nindent 10 }}
{{- with .Values.externalSecrets.labels }}
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- end }}

0 comments on commit 9cdad70

Please sign in to comment.