Skip to content

Commit

Permalink
Fix ServiceAccount not in namespace (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
DebakelOrakel authored and DrPsychick committed Oct 15, 2022
1 parent 499eca0 commit 65c71fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/ark-cluster/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "ark-cluster.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "ark-cluster.labels" . | nindent 4 }}
{{- include "ark-cluster.tplValue" (dict "value" .Values.commonLabels "context" $) | nindent 4 }}
Expand Down

0 comments on commit 65c71fc

Please sign in to comment.