Skip to content

Commit 2ca14f5

Browse files
committed
Merge remote-tracking branch 'origin/main' into refactor/remove-product-config
2 parents 73544b4 + c736f80 commit 2ca14f5

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
99
- Added support for OPA `1.16.2`. `1.12.3` is now deprecated ([#838]).
1010
- BREAKING: Add required CLI argument and env var to set the image repository used to construct final product image names: `IMAGE_REPOSITORY` (`--image-repository`), eg. `oci.example.org/my/namespace` ([#830]).
1111
- Support `configOverrides` for `config.json` ([#818], [#831]).
12+
- Add a description for the `OpaCluster` CRD, which shows up in the generated CRD ([#843]).
1213

1314
### Changed
1415

@@ -34,6 +35,7 @@ All notable changes to this project will be documented in this file.
3435
[#838]: https://github.com/stackabletech/opa-operator/pull/838
3536
[#840]: https://github.com/stackabletech/opa-operator/pull/840
3637
[#842]: https://github.com/stackabletech/opa-operator/pull/842
38+
[#843]: https://github.com/stackabletech/opa-operator/pull/843
3739

3840
## [26.3.0] - 2026-03-16
3941

extra/crds.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ spec:
2121
description: Auto-generated derived type for OpaClusterSpec via `CustomResource`
2222
properties:
2323
spec:
24+
description: |-
25+
An OPA (Open Policy Agent) cluster stacklet. This resource is managed by the Stackable operator for OPA.
26+
Find more information on how to use it and the resources that the operator generates in the
27+
[operator documentation](https://docs.stackable.tech/home/nightly/opa/).
2428
properties:
2529
clusterConfig:
2630
default:
@@ -1813,6 +1817,10 @@ spec:
18131817
description: Auto-generated derived type for OpaClusterSpec via `CustomResource`
18141818
properties:
18151819
spec:
1820+
description: |-
1821+
An OPA (Open Policy Agent) cluster stacklet. This resource is managed by the Stackable operator for OPA.
1822+
Find more information on how to use it and the resources that the operator generates in the
1823+
[operator documentation](https://docs.stackable.tech/home/nightly/opa/).
18161824
properties:
18171825
clusterConfig:
18181826
default:

rust/operator-binary/src/crd/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ pub type OpaRoleType =
5252
)
5353
)]
5454
pub mod versioned {
55+
/// An OPA (Open Policy Agent) cluster stacklet. This resource is managed by the Stackable operator for OPA.
56+
/// Find more information on how to use it and the resources that the operator generates in the
57+
/// [operator documentation](DOCS_BASE_URL_PLACEHOLDER/opa/).
5558
#[versioned(crd(
5659
group = "opa.stackable.tech",
5760
status = "OpaClusterStatus",

0 commit comments

Comments
 (0)