Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mathecruz authored and mcruzdev committed Jun 18, 2024
1 parent 087610c commit 31e87fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/deploying-to-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ It is also possible to add a prefix when you are generating env from Secret, the
[source,properties]
----
quarkus.kubernetes.env.secrets=foo
quarkus.kubernetes.env.prefix."BAR".from-secret=foo
quarkus.kubernetes.env.prefixes."BAR".for-secret=foo
----

This would generate the following in the `env` section of your container:
Expand Down Expand Up @@ -536,7 +536,7 @@ It is also possible to add a prefix when you are generating env from ConfigMap,
[source,properties]
----
quarkus.kubernetes.env.configmaps=foo
quarkus.kubernetes.prefix."BAR".from-configmap=foo
quarkus.kubernetes.prefixes."BAR".for-configmap=foo
----

This would generate the following in the `env` section of your container:
Expand Down

0 comments on commit 31e87fa

Please sign in to comment.