Skip to content

Commit 02cb61b

Browse files
feat: Support non-default cluster domain (#637)
* adapt to op-rs 0.79.0 * adapt changelog * adapt to op-rs 0.80.0 * Update rust/bundle-builder/src/main.rs Co-authored-by: Sebastian Bernauer <[email protected]> * linter --------- Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent ca6e4da commit 02cb61b

File tree

9 files changed

+238
-154
lines changed

9 files changed

+238
-154
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
88

99
- Added regorule library for accessing user-info-fetcher ([#580]).
1010
- Added support for OPA 0.67.1 ([#616]).
11+
- The operator can now run on Kubernetes clusters using a non-default cluster domain.
12+
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain ([#637]).
1113

1214
### Changed
1315

@@ -29,6 +31,7 @@ All notable changes to this project will be documented in this file.
2931
[#580]: https://github.com/stackabletech/opa-operator/pull/580
3032
[#616]: https://github.com/stackabletech/opa-operator/pull/616
3133
[#621]: https://github.com/stackabletech/opa-operator/pull/621
34+
[#637]: https://github.com/stackabletech/opa-operator/pull/637
3235
[#638]: https://github.com/stackabletech/opa-operator/pull/638
3336

3437
## [24.7.0] - 2024-07-24

0 commit comments

Comments
 (0)