Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
doc/tutorial/kubernetes: fix typo
Browse files Browse the repository at this point in the history
Change-Id: I8039c90369a160341cce93381dcd7277cd26a062
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/2520
Reviewed-by: Marcel van Lohuizen <mpvl@google.com>
  • Loading branch information
Marko Mikulicic authored and mpvl committed Jul 25, 2019
1 parent f06f781 commit c3d0b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorial/kubernetes/README.md
Expand Up @@ -186,7 +186,7 @@ configMap prometheus: {

That looks better!
The resulting configuration file replaces the original embedded string
with a call to `yaml.Unmarshal` converting a structured CUE source to
with a call to `yaml.Marshal` converting a structured CUE source to
a string with an equivalent YAML file.
Fields starting with an underscore (`_`) are not included when emitting
a configuration file (they are when enclosed in double quotes).
Expand Down Expand Up @@ -248,7 +248,7 @@ $ cat <<EOF > kube.cue
package kube
service <Name>: {
apiVersion: "v1"
apiVersion: "v1"
kind: "Service"
metadata: {
name: Name
Expand Down

0 comments on commit c3d0b48

Please sign in to comment.