fix: port naming/app protocol tls.enabled #137
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Kubeconform Check | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
kubeconform: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: azure/[email protected] | |
- run: helm plugin install https://github.com/jtyr/kubeconform-helm | |
- run: helm kubeconform --verbose --summary charts/platform |