Skip to content

Commit

Permalink
add namespace for sa and rolebinding
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Rookie committed Mar 11, 2024
1 parent 2da2ec7 commit aafb84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: kb-{{ include "clustername" . }}
namespace: {{ .Release.Namespace }}
labels:
{{ include "pika-cluster.labels" . | nindent 4 }}
roleRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "pika-cluster.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{ include "pika-cluster.labels" . | nindent 4 }}

0 comments on commit aafb84f

Please sign in to comment.