feat: add clusterIP override for headless svc and add ClusterDomain(cluster.local) override #224
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: Kube Manifests | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
verify: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-go@v4 | |
with: | |
go-version: '>=1.22' | |
- run: make generate manifests | |
- name: Ensure no changes | |
run: git diff --exit-code |