Kellin

Results 15 issues of Kellin

The Helm diff plugin has a `--no-hooks` option which suppresses diff of Helm hooks when used. This option would be nice at either the release level or cli `helmfile diff`...

good-first-issue

**What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)*:...

The Vault client has been added but needs increased test coverage.

area/test

Add field to ExternalSecret to control refresh period rather than relying on occasional controller resyncs. Current design is to add the field `refreshInterval` of type time.Duration.

kind/feature

**Is your feature request related to a problem? Please describe.** Only one controller using "ambient" credentials (credentials which make up the controllers environment variables or volumes) can be used per...

kind/feature

Keeping legacy CRD's adds support overhead (like https://github.com/itscontained/secret-manager/issues/43). These legacy CRD's also do not support resource conversion so can only use the storage version for each CRD. My suggestion would...

kind/cleanup

**Describe the solution you'd like** Add SecretStore for secrets store in another cluster (namespace or cluster-wide). **Describe alternatives you've considered** Moving secrets to cloud provider secret and each each cluster...

kind/feature

**Is your feature request related to a problem? Please describe.** Currently condition message provides a very detailed error fields but no events are recorded for the ExternalSecret resource. **Describe the...

kind/feature

Based on changes discussed in https://github.com/godaddy/kubernetes-external-secrets/pull/477. Changes to data block and template. Example of larger breaking changes: ```yaml apiVersion: secret-manager.itscontained.io/v1alpha1 kind: ExternalSecret metadata: name: example spec: data: - remoteRef: name:...

kind/feature

Would be nice to have issue/PR commands available for labeling and possibly running CI tests. We don't need most of the Prow features and I don't have much familiarity with...

kind/feature