We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c056c6f commit 29e2c9aCopy full SHA for 29e2c9a
2.0/docs/services/template.md
@@ -1051,6 +1051,7 @@ configs:
1051
title: Main
1052
filepath: /etc/gotpl/config/nginx.conf.tmpl
1053
config: nginx.conf.tmpl
1054
+ version: 1.29
1055
- name: vhost
1056
title: Virtual host
1057
filepath: /etc/gotpl/vhost.conf.tmpl
@@ -1081,6 +1082,12 @@ Type: `string`.
1081
1082
1083
Filepath to the default config file in a service's repository.
1084
1085
+#### `configs.[].version`
1086
+
1087
+Type: `string`.
1088
1089
+Optional, specify to each version of the service to apply this config, must be one of the `options.[].version` values.
1090
1091
### `cron`
1092
1093
Collection of [cron schedules](cron.md).
0 commit comments