Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
revise actions descriptions for accuracy and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbeedy committed Mar 15, 2023
1 parent d282558 commit f28638a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
replace-munge-key:
description: >
Replace the existing munge key with the munge key from the secrets store.
Replace the existing munge-key with the munge-key from the secrets store.
Example usage:
$ juju run-action munge/0 replace-munge-key
rotate-munge-key:
description: >
Rotate the munge-key. Replace the munge-key with the key specified as input to
this action. If no value is specified than a new munge-key will be generated by the charm.
Example usage:
$ juju run-action munge/leader rotate-munge-key munge-key="$(cat munge.key | base64)"
$ juju run munge/0 rotate-munge-key munge-key="$(cat munge.key | base64)"
params:
munge-key:
type: string
Expand Down

0 comments on commit f28638a

Please sign in to comment.