generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathactions.yaml
28 lines (24 loc) · 885 Bytes
/
actions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
resume-upgrade:
description: Upgrade remaining units (after you manually verified that upgraded units are healthy).
params:
force:
type: boolean
default: false
description: |
Potential of *data loss* and *downtime*
Force upgrade of next unit.
Use to
- force incompatible upgrade and/or
- continue upgrade if 1+ upgraded units have non-active status
required: []
set-tls-private-key:
description:
Set the private key, which will be used for certificate signing requests (CSR). Run
for each unit separately.
params:
internal-key:
type: string
description: The content of private key for internal communications with
clients. Content will be auto-generated if this option is not specified.