TrueChartsClone/charts/incubator/docspell/.helmignore

31 lines
445 B
Plaintext
Raw Normal View History

feat(docspell): add docspell (#3999) * feat(docspell): add docspell * add soe mroe stuff * finish intregation * add joex into the mix * add few more * use arrays instead of comma separated * empty line * update list function * add some more * finish files * finish files * run as root for tests * use correct config for joex and add logging * add db config to joex * add schedullers * add user tasks * whoops * lower common * cleanup quest * whoops * fix port * fix port * quote ports * fix bools * commenout out few vars for now * fix secret * add some todo's * disable solr for now * dont quote lists * try comma sepa * hmhm * back to envs * re arrange a bit * comment out for now * . * add some more * add some more * try smthing * whops * again * typo * . * hmm * fix identation * hmm * almost finish server config * fix config name * fix path * hmm * nomsg * splt * mount * updates * add some more * lint * use subpath * whop * add more * comm * fix some configs * re-enabe solr * some lists * test allowed urls with wildcard in list * more lists * add more lists * fulltextsearch * add few more * add openid * enable probes on joex * unused var * fix joex probe * remove defaults, it's already defined in values. no need for duplicaets * add few mroe comments * fix joex * add dsc container * change dir * add dsc quiestions * no probes for nwo * add questions * fix config * add more questions * bit of cleanup in the gui * fix config * enable probe and adjust config * disable probes fo rnow
2022-10-08 23:40:23 +00: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