Skip to content

Commit

Permalink
Updating github actions defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
theturtle32 committed Oct 1, 2024
1 parent 0eabde8 commit 0ce9421
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reusable_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,32 @@ on:
ecr_repo_name:
required: true
description: "Name of the ECR repo "
default: avro-schema-registry
type: string
dockerfile:
required: false
description: "Path to Dockerfile"
default: /Dockerfile
type: string
chart_path:
required: false
description: "Path to helm charts"
default: deploy/helm/avro-schema-registry
type: string
release_name:
required: false
description: "Helm release name"
default: prd-avro-schema-registry
type: string
namespace:
required: false
description: "Kubernetes namespace name"
default: prd-avro-schema-registry
type: string
release_path:
required: false
description: "Path to release file"
default: deploy/helm/avro-schema-registry/releases/production.yaml
type: string
runner:
description: 'The runner to use for this job'
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/stale.yml

This file was deleted.

0 comments on commit 0ce9421

Please sign in to comment.