Merge pull request #3427 from yurake/renovate/bitnami-kafka-3.x #502
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: kind Yaml CI | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- "**.yaml" | |
- ".github/workflows/kind-yaml-ci.yml" | |
pull_request: | |
paths: | |
- "**.yaml" | |
- ".github/workflows/kind-yaml-ci.yml" | |
jobs: | |
yaml-ci: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/[email protected] | |
- name: Kind Cluster | |
uses: helm/[email protected] | |
- name: apply all service | |
run: | | |
sh ./kubernetes/bin/apply.sh |