We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9eb03 commit 8239580Copy full SHA for 8239580
3 files changed
hosting/k8s/helm/.gitignore
@@ -1,5 +1,3 @@
1
-values-test.yaml
2
values-*.yaml
3
-!values.yaml
4
!values-production-example.yaml
5
*.tgz
hosting/k8s/helm/.helmignore
@@ -0,0 +1,17 @@
+# Exclude version control
+.git/
+.gitignore
+.helmignore
+
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
hosting/k8s/helm/README.md
@@ -551,4 +551,5 @@ helm upgrade --install trigger . \
551
## Support
552
553
- Documentation: https://trigger.dev/docs/self-hosting
554
-- GitHub Issues: https://github.com/triggerdotdev/trigger.dev/issues
+- GitHub Issues: https://github.com/triggerdotdev/trigger.dev/issues
555
+- Discord: https://discord.gg/untWVke9aH
0 commit comments