Compare commits
3 Commits
54083408d2
...
abc3bf88ae
| Author | SHA1 | Date | |
|---|---|---|---|
|
abc3bf88ae
|
|||
| 4371c53508 | |||
| 10c638bfe8 |
@@ -112,7 +112,7 @@ jobs:
|
||||
echo ">> Remove manfiest files and rebuild from source ..."
|
||||
|
||||
for dir in ${CHANGED_DIR}; do
|
||||
chart_path=${MANIFEST_DIR}/clusters/${CLUSTER}/helm/$dir
|
||||
chart_path=${MANIFEST_DIR}/clusters/${CLUSTER}/manifests/$dir
|
||||
|
||||
echo ">> Removing from $chart_path ..."
|
||||
rm -rf $chart_path/*
|
||||
@@ -147,7 +147,7 @@ jobs:
|
||||
|
||||
echo ""
|
||||
echo ">> Linting helm ..."
|
||||
helm lint --namespace "$chart_name" --with-subcharts
|
||||
helm lint --namespace "$chart_name"
|
||||
|
||||
echo ""
|
||||
echo ">> Rendering templates ..."
|
||||
|
||||
@@ -5,7 +5,6 @@ description: Democratic CSI
|
||||
keywords:
|
||||
- democratic-csi-synology-iscsi
|
||||
- iscsi
|
||||
- storage
|
||||
- kubernetes
|
||||
home: https://wiki.alexlebens.dev/s/0cc6ba65-024b-4489-952a-fc0f647fd099
|
||||
sources:
|
||||
|
||||
Reference in New Issue
Block a user