Fixed SA name (#3551)

This commit is contained in:
Jon Ander Novella
2018-02-07 07:16:47 -08:00
committed by k8s-ci-robot
parent 2aeb34e5c6
commit fb48e0f489
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ keywords:
- reproducibility
- distributed
- processing
version: 0.1.4
version: 0.1.5
appVersion: 1.6.7
home: "https://pachyderm.io"
sources:
@@ -97,6 +97,6 @@ spec:
imagePullPolicy: {{ .Values.pachd.image.pullPolicy }}
securityContext:
privileged: true
serviceAccountName: {{ template "fullname" . }}-sa
serviceAccountName: pachyderm
strategy: {}
status: {}
+1 -1
View File
@@ -2,7 +2,7 @@
kind: ServiceAccount
apiVersion: v1
metadata:
name: {{ template "fullname" . }}-sa
name: pachyderm
labels:
app: {{ template "fullname" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"