Skip to content

Commit

Permalink
Remove default leaderElection.namespace from values (#214)
Browse files Browse the repository at this point in the history
Co-authored-by: aalexand <[email protected]>
  • Loading branch information
aalexandru and aalexand authored Aug 9, 2024
1 parent f66affc commit 5951e27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-registry-sync-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ maintainers:
- name: radu-catalina
email: [email protected]

version: 0.1.0
version: 0.1.1
appVersion: v1.6.0
4 changes: 1 addition & 3 deletions charts/cluster-registry-sync-manager/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cluster-registry-sync-manager

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.6.0](https://img.shields.io/badge/AppVersion-v1.6.0-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.6.0](https://img.shields.io/badge/AppVersion-v1.6.0-informational?style=flat-square)

Cluster Registry is a Rest API representing the source of record for all Kubernetes clusters in the infrastructure fleet. All clusters are automatically registered, and the information is accurately reflected in the Cluster Registry using a client-server architecture.

Expand All @@ -21,9 +21,7 @@ Cluster Registry is a Rest API representing the source of record for all Kuberne
| clusterRegistrySyncManager.leaderElection.leaderElect | bool | `false` | |
| clusterRegistrySyncManager.leaderElection.resourceLock | string | `"leases"` | |
| clusterRegistrySyncManager.leaderElection.resourceName | string | `"sync.registry.ethos.adobe.com"` | |
| clusterRegistrySyncManager.leaderElection.resourceNamespace | string | `"cluster-registry"` | |
| clusterRegistrySyncManager.metrics.bindAddress | string | `"0.0.0.0:9090"` | |
| clusterRegistrySyncManager.namespace | string | `"cluster-registry"` | |
| clusterRegistrySyncManager.watchedGVKs | object | `{}` | |
| clusterRegistrySyncManager.webhook.port | int | `9443` | |
| fullnameOverride | string | `"cluster-registry-sync-manager"` | |
Expand Down
1 change: 0 additions & 1 deletion charts/cluster-registry-sync-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ clusterRegistrySyncManager:
port: 9443
leaderElection:
leaderElect: false
resourceNamespace: cluster-registry
resourceName: sync.registry.ethos.adobe.com
resourceLock: leases
watchedGVKs: {}
Expand Down

0 comments on commit 5951e27

Please sign in to comment.