Skip to content

Commit

Permalink
Merge pull request #1986 from LinuxSuRen/fix-s2i-templates
Browse files Browse the repository at this point in the history
Avoid install s2i templates via the helm chart
  • Loading branch information
ks-ci-bot committed May 12, 2022
2 parents 833dfa3 + 4dba062 commit 2b91c9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/ks-devops/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@
-s templates/nodejs.yaml \
-s templates/python.yaml \
-s templates/tomcat.yaml > s2i-templates\templates.yaml
rm -rf $charts_folder/ks-devops/charts/s2i/templates/binary.yaml
rm -rf $charts_folder/ks-devops/charts/s2i/templates/java.yaml
rm -rf $charts_folder/ks-devops/charts/s2i/templates/nodejs.yaml
rm -rf $charts_folder/ks-devops/charts/s2i/templates/python.yaml
rm -rf $charts_folder/ks-devops/charts/s2i/templates/tomcat.yaml
{{ bin_dir }}/helm upgrade --install devops $ks_devops_chart \
-n kubesphere-devops-system \
Expand Down

0 comments on commit 2b91c9b

Please sign in to comment.