Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit b1a8c78

Browse files
committed
Fix linebreak for passless-operator sa secret
1 parent fb8b2a3 commit b1a8c78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/passless-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.3
18+
version: 0.3.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/passless-operator/templates/serviceaccountsecret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# default service account token no longer created by kubernetes,
22
# but still needed by PasslessOperator
3-
{{- if semverCompare ">=1.22-0" .Capabilities.KubeVersion.GitVersion -}}
3+
{{- if semverCompare ">=1.22-0" .Capabilities.KubeVersion.GitVersion }}
44
apiVersion: v1
55
kind: Secret
66
metadata:

0 commit comments

Comments
 (0)