mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 12:36:09 -04:00
constellation-lib: add Helm wrapper (#2680)
* Add Helm wrapper to constellation-lib * Move helm package to constellation-lib --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
3691defce7
commit
b7425db72a
705 changed files with 176 additions and 162 deletions
|
@ -25,7 +25,7 @@ readarray -t <<< "${scriptsStr}"
|
|||
scripts=("${MAPFILE[@]}")
|
||||
|
||||
excludeDirs=(
|
||||
"internal/helm/charts/cilium"
|
||||
"internal/constellation/helm/charts/cilium"
|
||||
"build"
|
||||
"docs/node_modules"
|
||||
)
|
||||
|
|
|
@ -23,7 +23,7 @@ readarray -t <<< "${scriptsStr}"
|
|||
scripts=("${MAPFILE[@]}")
|
||||
|
||||
excludeDirs=(
|
||||
"internal/helm/charts/cilium"
|
||||
"internal/constellation/helm/charts/cilium"
|
||||
"build"
|
||||
"docs/node_modules"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue