Correct separator in generated ConfigMap.

This commit is contained in:
Chet Hosey
2021-12-10 12:15:16 -08:00
parent aa2f69c15f
commit 1abdc117c9
@@ -113,10 +113,10 @@ The generated ConfigMap is:
```yaml
apiVersion: v1
data:
FOO=Bar
FOO: Bar
kind: ConfigMap
metadata:
name: example-configmap-1-8mbdf7882g
name: example-configmap-1-42cfbf598f
```
{{< note >}}