You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,12 @@ and `["list", "watch"]` for related resources.
107
107
108
108
Cluster and various (single or multiple) namespace-scoped deployments are supported.
109
109
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
+
110
116
### Sharding with label selectors
111
117
112
118
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.
0 commit comments