Skip to content

Commit

Permalink
ci: quick fix validate manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
York Chen committed Sep 7, 2023
1 parent 47b3ee1 commit 53c9ad9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bloodhound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,15 @@ skip_types:
additional_crds:
# because the istio-chart is just referencing the istio-controller, so it doesn't contain the CRDs
- https://raw.githubusercontent.com/istio/istio/1.9.1/manifests/charts/base/crds/crd-all.gen.yaml
# TODO: fix this in the correct way
- https://raw.githubusercontent.com/kubernetes-retired/kubefed/master/charts/kubefed/crds/crds.yaml
- https://raw.githubusercontent.com/cert-manager/cert-manager/master/deploy/crds/crd-certificates.yaml
- https://raw.githubusercontent.com/rook/rook/master/deploy/olm/assemble/objectbucket.io_objectbucketclaims.yaml

# set values for substitution variables (e.g. ${releaseNamespace}) in the resources
substitution_vars:
releaseNamespace: kommander
workspaceNamespace: workspace
certificateIssuerName: issuer
certificatesIssuerName: issuer
certificateIssuerKind: ClusterIssuer

0 comments on commit 53c9ad9

Please sign in to comment.