Skip to content

Commit af2749e

Browse files
authored
Fix for several minor errors in docs (#159)
1 parent 3c35654 commit af2749e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/fulldeviceconfig.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Below is an example of a full DeviceConfig CR that can be used to install the AM
4949
# Make sure you created the secret within the namespace that KMM operator is running
5050
imageRegistrySecret:
5151
name: mysecret
52-
imageRegistryTLS:
53-
insecure: false # If true, check for the container image using plain HTTP
54-
InsecureSkipTLSVerify: false # If true, skip any TLS server certificate validation (useful for self-signed certificates)
52+
imageRegistryTLS:
53+
insecure: false # If true, check for the container image using plain HTTP
54+
insecureSkipTLSVerify: false # If true, skip any TLS server certificate validation (useful for self-signed certificates)
5555
version: "6.3" # Specify the driver version you would like to be installed that coincides with a ROCm version number
5656
upgradePolicy:
5757
enable: true

docs/installation/kubernetes-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ To install the latest version of the GPU Operator run the following Helm install
118118
```bash
119119
helm install amd-gpu-operator rocm/gpu-operator-charts \
120120
--namespace kube-amd-gpu \
121-
--create-namespace \
121+
--create-namespace
122122
```
123123

124124
````{note}

0 commit comments

Comments
 (0)