Skip to content

Commit

Permalink
Merge pull request #148 from axivo/doc/settings
Browse files Browse the repository at this point in the history
Update settings
  • Loading branch information
fmunteanu authored Jun 12, 2024
2 parents 360c455 + 9fdb4df commit 6031c9d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 8 deletions.
8 changes: 0 additions & 8 deletions k3s-cluster/content/wiki/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ brew tap esolitos/ipa
brew install sshpass
```

### kubernetes.core

Upgrade the [`kubernetes.core`](https://github.com/ansible-collections/kubernetes.core/blob/main/docs/kubernetes.core.helm_module.rst) [collection](https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html):

```shell
ansible-galaxy collection install -U kubernetes.core
```

{{% /steps %}}

## Next
Expand Down
40 changes: 40 additions & 0 deletions k3s-cluster/content/wiki/guide/configuration/roles/certmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,46 @@ Visit [`cert-manager/cert-manager`](https://github.com/cert-manager/cert-manager

{{% /steps %}}

### `certmanager_vars.release`

- Default value: `null`

Release details for `cmctl` binary. See the related child settings, listed below.

{{% steps %}}

#### `release.checksums`

- Default value: `string`, `checksums.txt`

#### `release.file`

- Default value: `string`, `cmctl_linux_arm64`

#### `release.repository`

- Default value: `null`

{{% steps %}}

##### `repository.name`

- Default value: `string`, `cmctl`

##### `repository.org`

- Default value: `string`, `cert-manager`

{{% /steps %}}

#### `release.version`

- Default value: `string`

Visit [`cert-manager/cmctl`](https://github.com/cert-manager/cmctl/releases), for latest release version.

{{% /steps %}}

{{% /steps %}}

## Role Tasks
Expand Down

0 comments on commit 6031c9d

Please sign in to comment.