Temporal Worker
- Commercial Systems
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 9 | 08 Mar 2024 | |
latest/edge | 19 | 08 Oct 2024 |
juju deploy temporal-worker-k8s --channel edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
add-vault-secret
Creates a secret in Vault.
If a secret already exists at the same path, it either updates it if it's an existing key or appends it if it's a new one.
- Params
-
key string
The key to create.
-
path string
The path to create the secret in.
-
value string
The value to create.
- Required
path, key, value
-
get-vault-secret
Reads a secret from Vault.
- Params
-
key string
The key to create.
-
path string
The path to create the secret in.
- Required
path, key
-
restart
Restart the Temporal worker.