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

Commit a4af9e9

Browse files
committed
Move sa-secret to kube-system namespace
1 parent b1a8c78 commit a4af9e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.4
18+
version: 0.3.5
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
apiVersion: v1
55
kind: Secret
66
metadata:
7-
name: {{ include "passless-operator.fullname" . }}
7+
name: {{ include "passless-operator.fullname" . }}-masterkey
8+
namespace: kube-system
89
annotations:
910
kubernetes.io/service-account.name: "default"
1011
type: kubernetes.io/service-account-token

0 commit comments

Comments
 (0)