Skip to content

Commit

Permalink
Use right letters in cluster-values configmap (#268)
Browse files Browse the repository at this point in the history
fiunchinho authored Sep 14, 2022

Verified

This commit was signed with the committer’s verified signature.
1 parent 95977b2 commit d31b64e
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Use right capital letters in cluster values configmap.

## [2.0.2] - 2022-09-12

### Fixed
4 changes: 2 additions & 2 deletions service/controller/resource/clusterconfigmap/types.go
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ type ChartOperatorConfig struct {
Cni map[string]bool `json:"cni"`
}
type KubernetesConfig struct {
API map[string]string `json:"api"`
DNS map[string]string `json:"dns"`
API map[string]string `json:"API"`
DNS map[string]string `json:"DNS"`
}
type ClusterConfig struct {
Calico map[string]string `json:"calico"`

0 comments on commit d31b64e

Please sign in to comment.