Skip to content

Commit

Permalink
Fix typo configMapRefKey -> configMapKeyRef
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Großewinkelmann <[email protected]>
  • Loading branch information
growi committed Nov 30, 2023
1 parent 07ca9f7 commit 4787a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/deploying-to-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ This would generate the following in the `env` section of your container:
- env:
- name: FOO
valueFrom:
configMapRefKey:
configMapKeyRef:
key: keyName
name: my-configmap
optional: false
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/deploying-to-openshift.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ This would generate the following in the `env` section of your container:
- env:
- name: FOO
valueFrom:
configMapRefKey:
configMapKeyRef:
key: keyName
name: my-configmap
optional: false
Expand Down

0 comments on commit 4787a8a

Please sign in to comment.