Skip to content

Commit

Permalink
Arranging the content in the docs
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <[email protected]>
  • Loading branch information
gatici committed Aug 17, 2023
1 parent 0c6c23f commit 598fa82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Bootstrap a Kubernetes (e.g. [Multipass-based MicroK8s](https://discourse.charmh

```shell
juju add-model certificates
juju deploy self-signed-certificates
juju deploy self-signed-certificates --channel edge
```

Expand Down
4 changes: 2 additions & 2 deletions docs/explanation/e-configure.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Set the operator configuration options
# Set the Self Signed Certificates Operator configuration options

The following charm configuration options are set to desired values if needed.

Expand All @@ -21,7 +21,7 @@ The updated charm configuration is displayed by running following command:
juju config self-signed-certificates
```

The command output is similar to following:
The command output is similar to below content:

```yaml
charm: self-signed-certificates
Expand Down
10 changes: 2 additions & 8 deletions docs/how-to/h-manage-units.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,16 @@

## Basic Usage

To deploy a single unit of Self Signed Certificates Operator using its default configuration
To deploy a single unit of Self Signed Certificates Operator using its default configuration.
```shell
juju deploy self-signed-certificates --channel edge
```

The Self Signed Certificates Operator works with single replica for the moment.
```shell
juju deploy self-signed-certificates --channel edge -n 1.
```

## Replication

Both scaling-up and scaling-down operations are performed using `juju scale-application`:
```shell
juju scale-application self-signed-certificates <desired_num_of_units>
```

Note: The operator does not support multiple replicas at the moment.
Warning: scaling-down to zero units will destroy your data!
The Self Signed Certificates Operator works with single replica for the moment.

0 comments on commit 598fa82

Please sign in to comment.