Skip to content

Commit

Permalink
Merge pull request quarkusio#14361 from artsemstones/fix-k8s-config-p…
Browse files Browse the repository at this point in the history
…roperty-name

Fix config-maps property name in documentation
  • Loading branch information
geoand authored Jan 18, 2021
2 parents d7c2115 + 515e136 commit 80f7c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/kubernetes-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The extension understands the following types of ConfigMaps and Secrets as input
You have to explicitly enable the retrieval of ConfigMaps and Secrets by setting `quarkus.kubernetes-config.enabled=true`.
The default is `false` in order to make it easy to test the application locally.

Afterwards, set the `quarkus.kubernetes-config.configmaps` property to configure which ConfigMaps should be used.
Afterwards, set the `quarkus.kubernetes-config.config-maps` property to configure which ConfigMaps should be used.
Set the `quarkus.kubernetes-config.secrets` property to configure which Secrets should be used.
To access ConfigMaps and Secrets from a specific namespace, you can set the `quarkus.kubernetes-config.namespace` property.

Expand Down

0 comments on commit 80f7c55

Please sign in to comment.