diff --git a/.github/workflows/.deployer.yml b/.github/workflows/.deployer.yml index ebe0c024b..282b30f36 100644 --- a/.github/workflows/.deployer.yml +++ b/.github/workflows/.deployer.yml @@ -9,9 +9,9 @@ on: ### Typical / recommended atomic: description: Atomic deployment? That means fail all or nothing - default: true + default: false required: false - type: string + type: boolean directory: description: Chart directory default: 'charts/app'