From 4eb647b756d0693d565105267c1e117e3e819030 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Mon, 24 Feb 2025 17:26:34 -0800 Subject: [PATCH] Param cleanup --- .github/workflows/.deployer.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.github/workflows/.deployer.yml b/.github/workflows/.deployer.yml index d50f9d997..ddbcdbb73 100644 --- a/.github/workflows/.deployer.yml +++ b/.github/workflows/.deployer.yml @@ -1,4 +1,4 @@ -name: .Helm Deployer +name: .Deployer on: workflow_call: @@ -7,16 +7,6 @@ on: # Only secrets! ### Typical / recommended - atomic: - description: Atomic deployment? That means fail all or nothing - default: true - required: false - type: string - directory: - description: Chart directory - default: 'charts/app' - required: false - type: string environment: description: Environment name; omit for PRs required: false @@ -45,11 +35,6 @@ on: default: 10 required: false type: number - values: - description: 'Values file' - default: 'values.yaml' - required: false - type: string outputs: tag: @@ -115,7 +100,7 @@ jobs: environment: ${{ inputs.environment }} needs: [database, init] runs-on: ubuntu-24.04 - timeout-minutes: 15 + timeout-minutes: ${{ inputs.timeout-minutes }} strategy: matrix: name: [backend, frontend]