TrueChartsClone/charts/stable/discordgsm/.helmignore

31 lines
445 B
Plaintext
Raw Normal View History

feat(discordgsm) add discordgsm (#4296) * add(discordGSM) add discordGSM * set portal to true * rofs false * add additional storage * set APP_TOKEN = -1 * remove env * disable probes * rename + postgres dependencies. * remove whitespace + fix common + postgres * fix postgres * rename to discordgsm + truechart image * fix values property * fix questions * fix group * set ver to 2.8.1 and fix chart * update commons + postgresql * Update charts/incubator/discordgsm/docs/installation_notes.md Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * use secret * whitlelist * update questions * correct envs * add more evns * add qs * missing : * Update charts/incubator/discordgsm/templates/_secret.tpl Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * update commons + postgres * update version * remove service and start discord bot only * disable POSTGRES_SSL_MODE * comment out web api * command * format token * Update charts/incubator/discordgsm/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * empty app_token * comment out variable * Update values.yaml * Update values.yaml * test * fix app_token * Update token Fake token * fix questions * fix questions * Update charts/incubator/discordgsm/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-11-28 02:40:50 -05:00
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png