Skip to content

Commit

Permalink
Merge pull request #37426 from growi/fix/configMapKeyRef
Browse files Browse the repository at this point in the history
Fix typo configMapRefKey -> configMapKeyRef
  • Loading branch information
geoand authored Nov 30, 2023
2 parents 0f29819 + 4787a8a commit 07c8d9d
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 07c8d9d

Please sign in to comment.