Skip to content

Commit 59f10f2

Browse files
author
Peng Zhou
committed
Add namesapce to service account
1 parent cb761bf commit 59f10f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/templates/serviceaccount.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: v1
33
kind: ServiceAccount
44
metadata:
55
name: {{ include "marklogic.serviceAccountName" . }}
6+
namespace: {{ .Release.Namespace }}
67
labels:
78
{{- include "marklogic.labels" . | nindent 4 }}
89
imagePullSecrets:

0 commit comments

Comments
 (0)