Merge pull request #30784 from ChetHosey/patch-1

Correct separator in generated ConfigMap.
This commit is contained in:
Kubernetes Prow Robot
2021-12-11 08:29:58 -08:00
committed by GitHub
@@ -113,10 +113,10 @@ The generated ConfigMap is:
```yaml ```yaml
apiVersion: v1 apiVersion: v1
data: data:
FOO=Bar FOO: Bar
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: example-configmap-1-8mbdf7882g name: example-configmap-1-42cfbf598f
``` ```
{{< note >}} {{< note >}}