From fb48e0f489a5cd829d2550dc9043ad34235c8129 Mon Sep 17 00:00:00 2001 From: Jon Ander Novella Date: Wed, 7 Feb 2018 16:16:47 +0100 Subject: [PATCH] Fixed SA name (#3551) --- stable/pachyderm/Chart.yaml | 2 +- stable/pachyderm/templates/pachd_deployment.yaml | 2 +- stable/pachyderm/templates/pachd_sa.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/pachyderm/Chart.yaml b/stable/pachyderm/Chart.yaml index faefa7d5e8..0f2ad5342c 100755 --- a/stable/pachyderm/Chart.yaml +++ b/stable/pachyderm/Chart.yaml @@ -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: diff --git a/stable/pachyderm/templates/pachd_deployment.yaml b/stable/pachyderm/templates/pachd_deployment.yaml index a98f32d5f1..9b2a961a89 100644 --- a/stable/pachyderm/templates/pachd_deployment.yaml +++ b/stable/pachyderm/templates/pachd_deployment.yaml @@ -97,6 +97,6 @@ spec: imagePullPolicy: {{ .Values.pachd.image.pullPolicy }} securityContext: privileged: true - serviceAccountName: {{ template "fullname" . }}-sa + serviceAccountName: pachyderm strategy: {} status: {} diff --git a/stable/pachyderm/templates/pachd_sa.yaml b/stable/pachyderm/templates/pachd_sa.yaml index e434f44d8e..4e14c95f9e 100644 --- a/stable/pachyderm/templates/pachd_sa.yaml +++ b/stable/pachyderm/templates/pachd_sa.yaml @@ -2,7 +2,7 @@ kind: ServiceAccount apiVersion: v1 metadata: - name: {{ template "fullname" . }}-sa + name: pachyderm labels: app: {{ template "fullname" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"