Skip to content

Commit

Permalink
Use ClusterFirst for chart-operator DNS settings (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossf7 authored Sep 28, 2021
1 parent 738d856 commit e98b27e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Set `isManagementCluster` to true so we `ClusterFirst` for chart-operator
DNS settings.

## [0.11.0] - 2021-09-28

### Changed
Expand Down
5 changes: 4 additions & 1 deletion cmd/bootstrap/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ probes:
readiness:
initialDelaySeconds: 10`

operatorValuesYAML string = `operatorkit:
// Set isManagementCluster to true so we ClusterFirst for chart-operator
// DNS settings.
operatorValuesYAML string = `isManagementCluster: "true"
operatorkit:
resyncPeriod: "20s"
provider:
Expand Down

0 comments on commit e98b27e

Please sign in to comment.