Skip to content

Commit 4f031ea

Browse files
authored
Merge pull request #4100 from vespa-engine/laura/block-change
improve the descriptions of the block-change attributes to better align to the console
2 parents a2457fd + 51a67ce commit 4f031ea

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

en/reference/deployment.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,24 +171,28 @@ <h2 id="block-change">block-change</h2>
171171
<tr>
172172
<td>revision
173173
<td>No, default <code>true</code>
174-
<td>Set to <code>false</code> to allow application revision changes during the block period set by this.
175-
</tr><tr>
174+
<td>Set to <code>false</code> to allow application deployments
175+
</tr>
176+
<tr>
176177
<td>version
177178
<td>No, default <code>true</code>
178-
<td>Set to <code>false</code> to allow Vespa platform changes during the block period set by this.
179-
</tr><tr>
179+
<td>Set to <code>false</code> to allow Vespa platform upgrades
180+
</tr>
181+
<tr>
180182
<td>days
181183
<td>No, default <code>mon-sun</code>
182-
<td>A spec of the days this block is effective - a comma-separated list of single days or day intervals
184+
<td>List of days this block is effective - a comma-separated list of single days or day intervals
183185
where the start and end day are separated by a dash and are inclusive. Each day is identified by its english
184186
name or three-letter abbreviation.
185-
</tr><tr>
187+
</tr>
188+
<tr>
186189
<td>hours
187190
<td>No, default <code>0-23</code>
188-
<td>A spec of the hours this block is effective - a comma-separated list of single hours or hour intervals
191+
<td>List of hours this block is effective - a comma-separated list of single hours or hour intervals
189192
where the start and end hour are separated by a dash and are inclusive. Each hour is identified by a number
190193
in the range 0 to 23.
191-
</tr><tr>
194+
</tr>
195+
<tr>
192196
<td>time-zone
193197
<td>No, default UTC
194198
<td>The name of the time zone used to interpret the hours attribute.

0 commit comments

Comments
 (0)