Skip to content

Commit 0fed7d5

Browse files
committed
remove mention of product-config from env-var docs
1 parent fc96e05 commit 0fed7d5

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

docs/modules/airflow/pages/reference/environment-variables.adoc

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -33,32 +33,6 @@ docker run \
3333
oci.stackable.tech/sdp/airflow-operator:0.0.0-dev
3434
----
3535

36-
== PRODUCT_CONFIG
37-
38-
*Default value*: `/etc/stackable/airflow-operator/config-spec/properties.yaml`
39-
40-
*Required*: false
41-
42-
*Multiple values*: false
43-
44-
[source]
45-
----
46-
export PRODUCT_CONFIG=/foo/bar/properties.yaml
47-
stackable-airflow-operator run
48-
----
49-
50-
or via docker:
51-
52-
----
53-
docker run \
54-
--name airflow-operator \
55-
--network host \
56-
--env KUBECONFIG=/home/stackable/.kube/config \
57-
--env PRODUCT_CONFIG=/my/product/config.yaml \
58-
--mount type=bind,source="$HOME/.kube/config",target="/home/stackable/.kube/config" \
59-
oci.stackable.tech/sdp/airflow-operator:0.0.0-dev
60-
----
61-
6236
== WATCH_NAMESPACE
6337

6438
*Default value*: All namespaces

0 commit comments

Comments
 (0)