mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Changed template pathing
This commit is contained in:
@@ -291,14 +291,14 @@ spec:
|
||||
- -c
|
||||
args:
|
||||
- |
|
||||
cd /repository
|
||||
cd /repository/charts
|
||||
mkdir -p /repository/templates
|
||||
ls -al
|
||||
for dir in charts/*/
|
||||
for dir in */
|
||||
do
|
||||
echo "******************************"
|
||||
dir=${dir%*/} # removes trailing "/"
|
||||
echo "helm lint ${dir}"
|
||||
echo "helm template ${dir}"
|
||||
helm template "${dir}"/ > "/repository/templates/${dir}.yaml"
|
||||
done
|
||||
outputs:
|
||||
|
||||
Reference in New Issue
Block a user