diff options
author | Alex Dunn <dunn.alex@gmail.com> | 2021-02-14 23:00:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 08:00:54 +0100 |
commit | 9c273c2a59755a46ff3933470b02df857537a4af (patch) | |
tree | 7ef80103b6de836141d88a94c035b99ae853b350 /.gitignore | |
parent | 55a6b54f8ee6b04845f1a4a8507ba9907670a739 (diff) |
helm: standardize yaml configuration (#15728)
- move application variables under `mastodon` namespace - restore standard yaml structure for ingress configuration - move values.yaml.template to values.yaml
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4545270b3..8d921392b 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,6 @@ # ignore Helm lockfile, dependency charts, and local values file /chart/Chart.lock /chart/charts/*.tgz -/chart/values.yaml # Ignore Apple files .DS_Store |