Skip to content

Commit

Permalink
Merge pull request #17 from Keyfactor/install-patch-1
Browse files Browse the repository at this point in the history
fix(docs): Fix formatting in install.markdown
  • Loading branch information
m8rmclaren authored Oct 25, 2023
2 parents c9e1a7b + 415a856 commit 8d16335
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions docs/install.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -93,33 +93,33 @@ The cert-manager external issuer for Keyfactor Command can also be installed usi

a. Modifications can be made by overriding the default values in the `values.yaml` file with the `--set` flag. For example, to override the `replicaCount` value, run the following command:

```shell
helm install command-cert-manager-issuer command-issuer/command-cert-manager-issuer \
--namespace command-issuer-system \
--create-namespace \
--set image.repository=<your container registry>/keyfactor/command-cert-manager-issuer \
--set image.tag=<tag>
--set replicaCount=2
```
```shell
helm install command-cert-manager-issuer command-issuer/command-cert-manager-issuer \
--namespace command-issuer-system \
--create-namespace \
--set image.repository=<your container registry>/keyfactor/command-cert-manager-issuer \
--set image.tag=<tag>
--set replicaCount=2
```

b. Modifications can also be made by modifying the `values.yaml` file directly. For example, to override the
`replicaCount` value, modify the `replicaCount` value in the `values.yaml` file:

```yaml
cat <<EOF > override.yaml
image:
repository: <your container registry>/keyfactor/command-cert-manager-issuer
pullPolicy: Never
tag: "latest"
replicaCount: 2
EOF
```
Then, use the `-f` flag to specify the `values.yaml` file:
```yaml
cat <<EOF > override.yaml
image:
repository: <your container registry>/keyfactor/command-cert-manager-issuer
pullPolicy: Never
tag: "latest"
replicaCount: 2
EOF
```
Then, use the `-f` flag to specify the `values.yaml` file:
```yaml
helm install command-cert-manager-issuer command-issuer/command-cert-manager-issuer \
-f override.yaml
```
```yaml
helm install command-cert-manager-issuer command-issuer/command-cert-manager-issuer \
-f override.yaml
```
Next, complete the [Usage](config_usage.markdown) steps to configure the cert-manager external issuer for Keyfactor Command.
Next, complete the [Usage](config_usage.markdown) steps to configure the cert-manager external issuer for Keyfactor Command.

0 comments on commit 8d16335

Please sign in to comment.