Add button app to charts

Add button app to test ingress-nginx
This commit is contained in:
ducoterra
2021-08-28 18:01:24 -04:00
parent 1027a45a0c
commit 120c97a07d
15 changed files with 285 additions and 0 deletions

View File

@@ -21,5 +21,6 @@ rsync -r $CHART_PATH/ charts/$APP/$VERSION
touch charts/$APP/$VERSION/questions.yaml
touch charts/$APP/item.yaml
cp $APP_PATH/README.md charts/$APP/$VERSION
cp charts/$APP/$VERSION/README.md charts/$APP/$VERSION/app-readme.md
cp charts/$APP/$VERSION/values.yaml charts/$APP/$VERSION/ix_values.yaml
```