diff --git a/hosting/k8s/helm/.gitignore b/hosting/k8s/helm/.gitignore index 79ea9b450..eb389199c 100644 --- a/hosting/k8s/helm/.gitignore +++ b/hosting/k8s/helm/.gitignore @@ -1,5 +1,3 @@ -values-test.yaml values-*.yaml -!values.yaml !values-production-example.yaml *.tgz \ No newline at end of file diff --git a/hosting/k8s/helm/.helmignore b/hosting/k8s/helm/.helmignore new file mode 100644 index 000000000..3eb07f68d --- /dev/null +++ b/hosting/k8s/helm/.helmignore @@ -0,0 +1,17 @@ +# Exclude version control +.git/ +.gitignore +.helmignore + +# Exclude OS files +.DS_Store + +# Exclude CI/CD and scripts +.github/ +scripts/ + +# Exclude package files +*.tgz + +# Exclude additional values files +values-*.yaml \ No newline at end of file diff --git a/hosting/k8s/helm/README.md b/hosting/k8s/helm/README.md index e2acc740e..bc89f3cc3 100644 --- a/hosting/k8s/helm/README.md +++ b/hosting/k8s/helm/README.md @@ -551,4 +551,5 @@ helm upgrade --install trigger . \ ## Support - Documentation: https://trigger.dev/docs/self-hosting -- GitHub Issues: https://github.com/triggerdotdev/trigger.dev/issues \ No newline at end of file +- GitHub Issues: https://github.com/triggerdotdev/trigger.dev/issues +- Discord: https://discord.gg/untWVke9aH \ No newline at end of file