We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df1f8c7 + 64594a4 commit 70873fcCopy full SHA for 70873fc
content/en/docs/contribute/style/style-guide.md
@@ -143,7 +143,7 @@ Do | Don't
143
:--| :-----
144
Set the value of the `replicas` field in the configuration file. | Set the value of the "replicas" field in the configuration file.
145
The value of the `exec` field is an ExecAction object. | The value of the "exec" field is an ExecAction object.
146
-Run the process as a Daemonset in the `kube-system` namespace. | Run the process as a Daemonset in the kube-system namespace.
+Run the process as a DaemonSet in the `kube-system` namespace. | Run the process as a DaemonSet in the kube-system namespace.
147
{{< /table >}}
148
149
### Use code style for Kubernetes command tool and component names
0 commit comments