Skip to content

Commit 2a2abdb

Browse files
authored
Merge pull request #51875 from ArgonQQ/patch-2
Simple cat instead of edit => file => save
2 parents d1217d4 + 9424ecd commit 2a2abdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/container-registry/container-registry-helm-repos.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,15 @@ rm -rf *
7878

7979
In the `templates` folder, create a file called `configmap.yaml` with the following contents:
8080

81-
```yml
81+
```console
82+
cat <<EOF > configmap.yaml
8283
apiVersion: v1
8384
kind: ConfigMap
8485
metadata:
8586
name: hello-world-configmap
8687
data:
8788
myvalue: "Hello World"
89+
EOF
8890
```
8991

9092
For more about creating and running this example, see [Getting Started](https://helm.sh/docs/chart_template_guide/getting_started/) in the Helm Docs.

0 commit comments

Comments
 (0)