Skip to content

Commit

Permalink
Merge pull request #3 from SmartColumbusOS/helm-3-upgrade
Browse files Browse the repository at this point in the history
Helm 3 Upgrade
  • Loading branch information
LtChae authored May 13, 2021
2 parents 92ae919 + e333ca5 commit 6cb4f19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 0 additions & 1 deletion templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
labels:
{{ include "linkett-adapter.labels" . | indent 4 }}
spec:
serviceAccountName: {{ .Chart.Name }}
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
Expand Down

0 comments on commit 6cb4f19

Please sign in to comment.