Skip to content

Commit

Permalink
docs: fix typo in readme (#364)
Browse files Browse the repository at this point in the history
Co-authored-by: Zadkiel AHARONIAN <zadkiel.aharonian@gmail.com>
  • Loading branch information
stefanolsenn and aslafy-z authored Nov 21, 2024
1 parent 2c97270 commit ca4bc59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ In order to use environment variable in deployment or cronjob, you will have to
APP_LOG_LEVEL:
valueFrom:
configMapKeyRef:
name: my-application-appication-config
name: my-application-application-config
key: LOG
```

Expand Down
2 changes: 1 addition & 1 deletion README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ In order to use environment variable in deployment or cronjob, you will have to
APP_LOG_LEVEL:
valueFrom:
configMapKeyRef:
name: my-application-appication-config
name: my-application-application-config
key: LOG
```

Expand Down

0 comments on commit ca4bc59

Please sign in to comment.