mirror of
https://github.com/coder/coder.git
synced 2026-09-23 14:03:57 +08:00
* Refactor helm to extract common templates to libcoder Signed-off-by: Spike Curtis <spike@coder.com> * Remove comment from libcoder Chart.yaml Signed-off-by: Spike Curtis <spike@coder.com> * Add provisioner helm chart * Fix prettier, linting, docs Signed-off-by: Spike Curtis <spike@coder.com> * Log at INFO when provisionerd connects to coderd Signed-off-by: Spike Curtis <spike@coder.com> * remove unnecessary exports in helm tests Signed-off-by: Spike Curtis <spike@coder.com> --------- Signed-off-by: Spike Curtis <spike@coder.com>
16 lines
467 B
Plaintext
16 lines
467 B
Plaintext
# Helm templates contain variables that are invalid YAML and can't be formatted
|
|
# by Prettier.
|
|
helm/**/templates/*.yaml
|
|
|
|
# Terraform state files used in tests, these are automatically generated.
|
|
# Example: provisioner/terraform/testdata/instance-id/instance-id.tfstate.json
|
|
**/testdata/**/*.tf*.json
|
|
|
|
# Testdata shouldn't be formatted.
|
|
scripts/apitypings/testdata/**/*.ts
|
|
|
|
# Generated files shouldn't be formatted.
|
|
site/e2e/provisionerGenerated.ts
|
|
|
|
**/pnpm-lock.yaml
|