Skip to content

Commit 8d16335

Browse files
authored
Merge pull request #17 from Keyfactor/install-patch-1
fix(docs): Fix formatting in install.markdown
2 parents c9e1a7b + 415a856 commit 8d16335

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

docs/install.markdown

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -93,33 +93,33 @@ The cert-manager external issuer for Keyfactor Command can also be installed usi
9393

9494
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:
9595

96-
```shell
97-
helm install command-cert-manager-issuer command-issuer/command-cert-manager-issuer \
98-
--namespace command-issuer-system \
99-
--create-namespace \
100-
--set image.repository=<your container registry>/keyfactor/command-cert-manager-issuer \
101-
--set image.tag=<tag>
102-
--set replicaCount=2
103-
```
96+
```shell
97+
helm install command-cert-manager-issuer command-issuer/command-cert-manager-issuer \
98+
--namespace command-issuer-system \
99+
--create-namespace \
100+
--set image.repository=<your container registry>/keyfactor/command-cert-manager-issuer \
101+
--set image.tag=<tag>
102+
--set replicaCount=2
103+
```
104104

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

108-
```yaml
109-
cat <<EOF > override.yaml
110-
image:
111-
repository: <your container registry>/keyfactor/command-cert-manager-issuer
112-
pullPolicy: Never
113-
tag: "latest"
114-
replicaCount: 2
115-
EOF
116-
```
117-
118-
Then, use the `-f` flag to specify the `values.yaml` file:
108+
```yaml
109+
cat <<EOF > override.yaml
110+
image:
111+
repository: <your container registry>/keyfactor/command-cert-manager-issuer
112+
pullPolicy: Never
113+
tag: "latest"
114+
replicaCount: 2
115+
EOF
116+
```
117+
118+
Then, use the `-f` flag to specify the `values.yaml` file:
119119
120-
```yaml
121-
helm install command-cert-manager-issuer command-issuer/command-cert-manager-issuer \
122-
-f override.yaml
123-
```
120+
```yaml
121+
helm install command-cert-manager-issuer command-issuer/command-cert-manager-issuer \
122+
-f override.yaml
123+
```
124124
125-
Next, complete the [Usage](config_usage.markdown) steps to configure the cert-manager external issuer for Keyfactor Command.
125+
Next, complete the [Usage](config_usage.markdown) steps to configure the cert-manager external issuer for Keyfactor Command.

0 commit comments

Comments
 (0)