Skip to content

Commit

Permalink
ci: Lint Helm chart on changes to CRD YAML manifests
Browse files Browse the repository at this point in the history
CRD YAML manifests are now vendored inside the chart directory, to make them
installable via Helm.

Signed-off-by: Anna Kapuscinska <[email protected]>
  • Loading branch information
lambdanis committed Apr 25, 2024
1 parent 5f5ff3d commit 27470c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
- v*
paths:
- 'install/kubernetes/**'
- 'pkg/k8s/apis/cilium.io/client/crds/v1alpha1/*.yaml'
pull_request:
paths:
- 'install/kubernetes/**'
- 'pkg/k8s/apis/cilium.io/client/crds/v1alpha1/*.yaml'

jobs:
generated-files:
Expand Down

0 comments on commit 27470c3

Please sign in to comment.