Skip to content

Commit

Permalink
omit parallelism 1 because it is default 1
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Jan 31, 2024
1 parent 4caedce commit 73c2391
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion vrt-bot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: vrt-bot
description: A Helm chart for deploying vrt-bot
type: application
version: 0.2.1
version: 0.2.2
appVersion: "0.0.1"
1 change: 0 additions & 1 deletion vrt-bot/templates/vrtbot-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ spec:
spec:
template:
spec:
parallelism: 1
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 12 }}
Expand Down

0 comments on commit 73c2391

Please sign in to comment.