-
-
Save gowatana/b08c4f099d611fcbe0160ed83034ce45 to your computer and use it in GitHub Desktop.
./nkp-repo/.bloodhound.yml
This file contains hidden or 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
| # Kubernetes versions | |
| # (e.g. 1.33.0 - has to match versions in https://github.com/yannh/kubernetes-json-schema) | |
| k8s_versions: | |
| - 1.33.0 | |
| # paths to load (in that order) | |
| paths: | |
| - applications | |
| # use strict validation (reject unknown fields in resources) | |
| strict: true | |
| # types to be skipped (e.g. certmanager.k8s.io/v1, or certmanager.k8s.io/v1/Certificate) | |
| skip_types: [] | |
| # load additional CRDs (URLs of CRD yaml files) | |
| additional_crds: [] | |
| # set values for substitution variables (e.g. ${releaseNamespace}) in the resources | |
| substitution_vars: | |
| releaseNamespace: kommander | |
| workspaceNamespace: workspace |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
NAI 2.4 の推論エンドポイントむけデモ アプリを NKP のカタログに登録してみる。
https://blog.ntnx.jp/entry/2025/10/24/212544