Skip to content

Commit

Permalink
Update 09_persistent_configurations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtspn authored Nov 14, 2024
1 parent c13dc1e commit 463a72e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 101-lab/content/09_persistent_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Create a configMap with arbitrary data and mount it inside of your `rocketchat-[
```yaml
apiVersion: v1
data:
data.json: '{ "message": "This is a sample json data")'
myfile.txt: Hello world
kind: ConfigMap
metadata:
Expand Down

0 comments on commit 463a72e

Please sign in to comment.