Skip to content

Commit d7b07d5

Browse files
authored
chore(ci): disable atomic deployments (#2348)
1 parent a4c395b commit d7b07d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/.deployer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
### Typical / recommended
1010
atomic:
1111
description: Atomic deployment? That means fail all or nothing
12-
default: true
12+
default: false
1313
required: false
14-
type: string
14+
type: boolean
1515
directory:
1616
description: Chart directory
1717
default: 'charts/app'

0 commit comments

Comments
 (0)