mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
* Add chart scaffolding to serve as a guide when creating new charts * Improve README * Update template/CHART_NAME/templates/NOTES.txt Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com> * Update template/CHART_NAME/templates/deployment.yaml Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com> * Fix tolerations * Add clusterDomain * Replace foo: bar in secret * Update template/CHART_NAME/templates/deployment.yaml Co-authored-by: Jose Antonio Carmona <jcarmona@bitnami.com> * Improve probes and extraEnvVars * Add replicas to deployment and statefulset * Improve securityContext * Improve command * Improve probes * Add service type * Update template/CHART_NAME/templates/deployment.yaml Co-authored-by: Jose Antonio Carmona <jcarmona@bitnami.com> * Add podAffinity, podAntiAffinity, and nodeAffinity * Remove readOnly Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com> Co-authored-by: Jose Antonio Carmona <jcarmona@bitnami.com>
22 lines
333 B
Plaintext
22 lines
333 B
Plaintext
# 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
|