Skip to content

Commit

Permalink
Merge pull request #26 from mozilla-it/move-render-and-diff-workflow
Browse files Browse the repository at this point in the history
fix: move render and diff helm action from a composite action to reus…
  • Loading branch information
dlactin authored Mar 8, 2024
2 parents 82f39e5 + b179025 commit a6adb85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,12 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

name: Matrix render and diff helm charts
description: Renders BASE and REF helm charts then posts the diff of the rendered charts as a comment on the pull request

# Reusable workflow to render and diff helm charts between the head and base ref of a pull request
# A comment is made on the pull request containing the diff output

name: render and diff helm charts
on:
workflow_call:
inputs:
chart_path:
description: Path filter for helm charts
required: false
type: string
default: '**/k8s/**'

env:
CHART_PATH: ${{ inputs.chart_path }}

jobs:
get_changed_helm_charts:
Expand Down
29 changes: 0 additions & 29 deletions render-and-diff-helm/README.md

This file was deleted.

0 comments on commit a6adb85

Please sign in to comment.