feat: add startup probe initial delay config MGX-944 #45
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: Validate Helm chart | |
on: | |
pull_request: | |
jobs: | |
helm-validate: | |
name: Validate Node Helm Chart | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: yokawasa/[email protected] | |
with: | |
setup-tools: kubeconform | |
- name: Validate Helm Chart | |
run: | | |
helm lint charts/node | |
helm template -f charts/node/values.yaml charts/node | kubeconform -kubernetes-version 1.24.5 -output json -summary -strict | |
helm lint charts/relaychain-testnet | |
helm template -f charts/relaychain-testnet/values.yaml charts/relaychain-testnet | kubeconform -kubernetes-version 1.24.5 -output json -summary -strict |