File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ To install the latest version of the GPU Operator run the following Helm install
118118``` bash
119119helm install amd-gpu-operator rocm/gpu-operator-charts \
120120 --namespace kube-amd-gpu \
121- --create-namespace \
121+ --create-namespace
122122```
123123
124124```` {note}
You can’t perform that action at this time.
0 commit comments