Skip to content

Commit 25ef8fb

Browse files
Use JSON schema
1 parent 654e049 commit 25ef8fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

actions.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
pre-refresh-check:
55
description: Check if charm is ready to refresh
6+
additionalProperties: false
67
force-refresh-start:
78
description: |
89
Potential of data loss and downtime
@@ -32,7 +33,7 @@ force-refresh-start:
3233
Potential of data loss and downtime during and after refresh
3334
3435
If `false`, allow refresh to MySQL Router container version that has not been validated to work with the charm revision
35-
required: []
36+
additionalProperties: false
3637
resume-refresh:
3738
description: |
3839
Refresh next unit(s) (after you have manually verified that refreshed units are healthy)
@@ -54,7 +55,7 @@ resume-refresh:
5455
5556
Warning: if first unit to refresh is unhealthy, consider running `force-refresh-start` action on that unit instead of using this parameter.
5657
If first unit to refresh is unhealthy because compatibility checks, pre-refresh checks, or workload container checks are failing, this parameter is more destructive than the `force-refresh-start` action.
57-
required: []
58+
additionalProperties: false
5859

5960
set-tls-private-key:
6061
description:

0 commit comments

Comments
 (0)