mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fixed SA name (#3551)
This commit is contained in:
committed by
k8s-ci-robot
parent
2aeb34e5c6
commit
fb48e0f489
@@ -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: {}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
kind: ServiceAccount
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: {{ template "fullname" . }}-sa
|
||||
name: pachyderm
|
||||
labels:
|
||||
app: {{ template "fullname" . }}
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
|
||||
Reference in New Issue
Block a user