Commit 01f9dc8e authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs-runner-values-file-clarification' into 'master'

Clarify that runner uses values.yaml.gotmpl

See merge request gitlab-org/gitlab!69726
parents e427fe56 a89392c7
...@@ -62,7 +62,7 @@ the pipeline runs, Helmfile tries to either install or update your apps accordin ...@@ -62,7 +62,7 @@ the pipeline runs, Helmfile tries to either install or update your apps accordin
cluster and Helm releases. If you change this attribute to `installed: false`, Helmfile tries try to uninstall this app cluster and Helm releases. If you change this attribute to `installed: false`, Helmfile tries try to uninstall this app
from your cluster. [Read more](https://github.com/roboll/helmfile) about how Helmfile works. from your cluster. [Read more](https://github.com/roboll/helmfile) about how Helmfile works.
Furthermore, each app has an `applications/{app}/values.yaml` file. This is the Furthermore, each app has an `applications/{app}/values.yaml` file (`applicaton/{app}/values.yaml.gotmpl` in case of GitLab Runner). This is the
place where you can define some default values for your app's Helm chart. Some apps already have defaults place where you can define some default values for your app's Helm chart. Some apps already have defaults
pre-defined by GitLab. pre-defined by GitLab.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment