Skip to content

Commit

Permalink
Fix overeager removing of whitespaces conflicting with helm lint (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
baliame authored Mar 29, 2023
1 parent a3ae8f1 commit f9fcb66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/privatebin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: privatebin
home: https://privatebin.info/
icon: https://raw.githubusercontent.com/PrivateBin/assets/master/images/preview/icon.png
type: application
version: 0.17.0
version: 0.17.1
maintainers:
- name: bdashrad
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/privatebin/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
{{- if .Values.ingress.enabled -}}
{{ if .Values.ingress.enabled -}}
{{- $fullName := include "privatebin.fullname" . -}}
{{- $svcPortName := .Values.service.portName -}}
{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }}
Expand Down
2 changes: 1 addition & 1 deletion charts/privatebin/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
{{- if .Values.rbac.create -}}
{{ if .Values.rbac.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down

0 comments on commit f9fcb66

Please sign in to comment.