Skip to content

Commit

Permalink
chore: allow chart/charts/crds
Browse files Browse the repository at this point in the history
Signed-off-by: cmontemuino <1761056+cmontemuino@users.noreply.github.com>

Signed-off-by: cmontemuino <1761056+cmontemuino@users.noreply.github.com>
  • Loading branch information
cmontemuino committed Feb 13, 2024
1 parent 7181d40 commit ef1fe1b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
/result*
__pycache__
/tests/bdd/openapi/
/chart/charts/
/chart/charts/*
# charts/crds is valid chart for git
!/chart/charts/crds/
/chart/Chart.lock
!/openapi/Cargo.toml
!/openapi/build.rs
Expand Down
7 changes: 7 additions & 0 deletions chart/charts/crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v2
name: crds
version: 0.0.0
description: |
A Helm chart that collects custom resource definitions (CRDs) from Mayastor. It also includes one CRD
from Jaeger tracing when enabled.
4 changes: 4 additions & 0 deletions chart/charts/crds/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Mayastor CRDs

This chart brings Custom Resource Definitions (CRDs) used by Mayastor.

4 changes: 4 additions & 0 deletions chart/charts/crds/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
jaeger:
# -- Install Jaeger CRDs
enabled: false

0 comments on commit ef1fe1b

Please sign in to comment.