Skip to content

Commit 0a63de7

Browse files
authored
Update reference.md
1 parent 180209c commit 0a63de7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/reference.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ and `["list", "watch"]` for related resources.
107107

108108
Cluster and various (single or multiple) namespace-scoped deployments are supported.
109109

110+
### Passing configuration values
111+
112+
To pass configuration values use [environment variables](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) for the `Deployment`.
113+
114+
Use the format that is defined in [quarkus](https://quarkus.io/guides/config-reference#environment-variables`).
115+
110116
### Sharding with label selectors
111117

112118
The operator can be deployed to only target certain `Glue` or `GlueOperator` resources based on [label selectors](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/).
@@ -115,7 +121,7 @@ from Quarkus Operator SDK to set the label selector for the reconciler.
115121

116122
The configuration for `Glue` looks like:
117123

118-
`quarkus.operator-sdk.controllers.glue.selector=mylabel=myvalue`
124+
`quarkus.operator-sdk.controllers.glue.selector=mylabel=myvalue`
119125

120126
for `GlueOperator`:
121127

0 commit comments

Comments
 (0)