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.
1 parent f06f781 commit c3d0b48Copy full SHA for c3d0b48
doc/tutorial/kubernetes/README.md
@@ -186,7 +186,7 @@ configMap prometheus: {
186
187
That looks better!
188
The resulting configuration file replaces the original embedded string
189
-with a call to `yaml.Unmarshal` converting a structured CUE source to
+with a call to `yaml.Marshal` converting a structured CUE source to
190
a string with an equivalent YAML file.
191
Fields starting with an underscore (`_`) are not included when emitting
192
a configuration file (they are when enclosed in double quotes).
@@ -248,7 +248,7 @@ $ cat <<EOF > kube.cue
248
package kube
249
250
service <Name>: {
251
- apiVersion: "v1"
+ apiVersion: "v1"
252
kind: "Service"
253
metadata: {
254
name: Name
0 commit comments