diff options
author | Alex Dunn <dunn.alex@gmail.com> | 2020-06-29 04:58:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 13:58:48 +0200 |
commit | 6d3125f9c0127095913a9f1dfd7043929ba3bb9d (patch) | |
tree | efa8d552832a5d54608a6e84d1c5a667a3923269 /chart/.helmignore | |
parent | 5e8f51b29fccfb7d19d53854f3472f7370593ebf (diff) |
Add Helm chart (#14090)
* add Helm chart known issues/future work: - SSO is unsupported - S3/Minio/GCS is unsupported - Swift is unsupported - WEB_DOMAIN is unsupported - Tor is unsupported * helm: clarify how LOCAL_DOMAIN is set * helm: add chart description * helm: make DB_POOL and Sidekiq concurrency configurable * helm: only enforce pod affinity when using ReadWriteOnce * helm: clarify compatibility * helm: clean up application variables * helm: add job to create initial admin
Diffstat (limited to 'chart/.helmignore')
-rw-r--r-- | chart/.helmignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/chart/.helmignore b/chart/.helmignore new file mode 100644 index 000000000..0e8a0eb36 --- /dev/null +++ b/chart/.helmignore @@ -0,0 +1,23 @@ +# 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 +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ |