Skip to content

Commit

Permalink
Check chart change
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaalexp committed Jun 13, 2024
1 parent cd2cfb2 commit a3f9c35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/helm_release_tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Get specific changed files
id: helm-specific-changes
uses: tj-actions/changed-files@v44
# with:
# files: |
# charts/kubernetes-sidecar-injector
with:
files: |
charts/kubernetes-sidecar-injector
- name: List all changed files markdown files
if: steps.helm-specific-changes.outputs.any_changed == 'true'
Expand Down
2 changes: 0 additions & 2 deletions charts/kubernetes-sidecar-injector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ container:
metricsPort: 9090

podAnnotations: {}

podLabels: {}

podSecurityContext: {}

sidecars:
Expand Down

0 comments on commit a3f9c35

Please sign in to comment.