Skip to content

Commit 2fbd175

Browse files
authored
Merge pull request #215 from wunderio/feature/SLT-1167-default-value
SLT-1167: Set a default value of --history-max=4 to the new helm_flag
2 parents 5fb0220 + 7d4faff commit 2fbd175

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

orb/jobs/@drupal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ drupal-deploy: &drupal-deploy
411411
helm_flags:
412412
description: "Custom helm flags to add to the helm deploy command."
413413
type: string
414-
default: ""
414+
default: "--history-max=4"
415415
working_directory: ~/project/<<parameters.drupal-root>>
416416
steps:
417417
- checkout:

orb/jobs/@frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ frontend-build-deploy:
7373
helm_flags:
7474
description: "Custom helm flags to add to the helm deploy command."
7575
type: string
76-
default: ""
76+
default: "--history-max=4"
7777
steps:
7878
- checkout
7979
- silta-cli-setup:

0 commit comments

Comments
 (0)