Skip to content

Commit

Permalink
ci(linting/kubeval): ignore missing crd schema (instrumenta/kubernete…
Browse files Browse the repository at this point in the history
  • Loading branch information
ChipWolf authored and mattkgwhite committed Sep 25, 2020
1 parent ae6d4ac commit 3703a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ steps:
args: [ct, lint, --all, --debug, --chart-dirs, charts]

- name: garethr/kubeval:0.15.0
args: [-d, 'base,flux', -i, '.flux.yaml,cloudbuild.yaml,kustomization.yaml,patch.yaml']
args: [-d, 'base,flux', -i, '.flux.yaml,cloudbuild.yaml,kustomization.yaml,patch.yaml,^*.-crd.yaml$', --skip-kinds, HelmRelease]

0 comments on commit 3703a59

Please sign in to comment.