kubernetes-replicator
kubernetes-replicator copied to clipboard
Kubernetes controller for synchronizing secrets & config maps across namespaces
Actually there's a limitation when using subcharts in helm, the namespace can't be overridden when calling the subchart (see: https://github.com/helm/helm/issues/5358). In my case I want to add a dependency on...
**Is your feature request related to a problem? Please describe.** I am using cert-manager to generate self signed certificate, then attached to bitnami mongodb Helm Charts. however cert-manager / bitnami...
**Describe the bug** If a secret already exists at a target that the replicator was planning to replicate to, the replication task is skipped with error ``` Replicated test-source/test-secret-1 to...
**Describe the bug** We are experiencing an issue where `kubernetes-replicator` does not replicate a `secret` to a target namespace, even though the configuration appears correct. **To Reproduce** ``` apiVersion: v1...
**Describe the bug** If the replicator pods are restarted when its still in the middle of deleting copies of a source secret that was deleted, the new pod does not...
**Describe the bug** When a secret is created for replication across a large number of namespaces (e.g., 10,000) using the `replicator.v1.mittwald.de/replicate-to` annotation, the replicator first begins replicating the secret to...
**Describe the bug** Operator reconcile secrets without any delay in infinite loop **To Reproduce** I do not know what causes that, but check logs **Expected behavior** No infinite loop. **Environment:**...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.33.3 to 0.34.1. Commits d033c49 Update dependencies to v0.34.1 tag 97396af Merge remote-tracking branch 'origin/master' into release-1.34 5f737f3 clarify that staging repos are automatically published 0b8655b add...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.33.3 to 0.34.1. Commits b72d93d Merge remote-tracking branch 'origin/master' into release-1.34 cd8b91c clarify that staging repos are automatically published 8c59599 add pointer to CONTRIBUTING.md for more details...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.1. Release notes Sourced from github.com/stretchr/testify's releases. v1.11.1 This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string)...