Skip to content

Commit 1f4e351

Browse files
adwk67claude
andcommitted
docs: remove product-config CLI parameter
Drops the defunct --product-config section from the commandline reference and notes the removal of product-config validation in the changelog. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 5ff22fb commit 1f4e351

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
The results backend `spec.celeryExecutors.resultBackend` is now `spec.clusterConfig.celeryResultsBackend`.
2424
The broker `spec.celeryExecutors.broker` is now `spec.clusterConfig.celeryBroker`.
2525
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#795]).
26+
- Removed the product-config based configuration validation. Config and environment overrides are now merged directly from the CRD, and the dereferenced objects are carried on the validated cluster. The `--product-config` CLI flag is now a no-op ([#XXX]).
2627
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#801]).
2728

2829
### Fixed

docs/modules/airflow/pages/reference/commandline-parameters.adoc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22

33
This operator accepts the following command line parameters:
44

5-
== product-config
6-
7-
*Default value*: `/etc/stackable/airflow-operator/config-spec/properties.yaml`
8-
9-
*Required*: false
10-
11-
*Multiple values:* false
12-
13-
[source]
14-
----
15-
stackable-airflow-operator run --product-config /foo/bar/properties.yaml
16-
----
17-
185
== watch-namespace
196

207
*Default value*: All namespaces

0 commit comments

Comments
 (0)