From 4f44f5849495c3f12d73411ac58d1c23dd9ad6c0 Mon Sep 17 00:00:00 2001 From: Timothy Regan Date: Thu, 13 May 2021 08:24:55 -0400 Subject: [PATCH 1/2] Helm 3 Upgrade --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f91c0f0..bfa4d27 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,6 @@ def deployTo(applicationName, environment, extraArgs = '') { scos.withEksCredentials(environment) { sh("""#!/bin/bash set -e - helm init --client-only helm upgrade --install ${applicationName} . \ --namespace=linkett \ ${extraArgs} From e333ca52ce20836f16e4778c24d1e3210e7d4eac Mon Sep 17 00:00:00 2001 From: Timothy Regan Date: Thu, 13 May 2021 08:29:36 -0400 Subject: [PATCH 2/2] Update deployment.yaml --- templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 57987d7..94f6285 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -5,7 +5,6 @@ metadata: labels: {{ include "linkett-adapter.labels" . | indent 4 }} spec: - serviceAccountName: {{ .Chart.Name }} replicas: {{ .Values.replicaCount }} selector: matchLabels: