File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1- values-test.yaml
21values- * .yaml
3- ! values.yaml
42! values-production-example.yaml
53* .tgz
Original file line number Diff line number Diff line change 1+ # Exclude version control
2+ .git/
3+ .gitignore
4+ .helmignore
5+
6+ # Exclude OS files
7+ .DS_Store
8+
9+ # Exclude CI/CD and scripts
10+ .github/
11+ scripts/
12+
13+ # Exclude package files
14+ *.tgz
15+
16+ # Exclude additional values files
17+ values-*.yaml
Original file line number Diff line number Diff line change @@ -551,4 +551,5 @@ helm upgrade --install trigger . \
551551# # Support
552552
553553- Documentation : https://trigger.dev/docs/self-hosting
554- - GitHub Issues : https://github.com/triggerdotdev/trigger.dev/issues
554+ - GitHub Issues : https://github.com/triggerdotdev/trigger.dev/issues
555+ - Discord : https://discord.gg/untWVke9aH
You can’t perform that action at this time.
0 commit comments