Remove dependency on kube-rbac-proxy
by adopting controller-runtime's native authn/authz for metrics
#1911
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: Kustomize Validation | |
on: | |
pull_request: | |
types: [ assigned, opened, synchronize, reopened ] | |
paths-ignore: | |
- 'docs/**' | |
- '**/*.md' | |
jobs: | |
kustomize-validation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
- uses: imranismail/setup-kustomize@v2 | |
with: | |
kustomize-version: '5.0.0' | |
- run: | | |
./hack/validate-kustomize.sh |