configmapsecrets
configmapsecrets copied to clipboard
A Kubernetes controller to manage configs with a mix of secret and non-secret data
These changes replace the existing `control-plane` label key with `app.kubernetes.io/name`. The latter is [well-known](https://kubernetes.io/docs/reference/labels-annotations-taints/#app-kubernetes-io-name) and [recommended](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels) which helps consistently query objects within the cluster.
Is it currently possible to change the type to be `kubernetes.io/tls`?
At the moment, it's hard to monitor this service, because render failures aren't recorded. It would be nice if the existing metrics endpoint exposed these metrics. Happy to submit a...
Immutable ConfigMaps and Secrets are beta in k8s v1.19. It might make sense to add this to the [ConfigMapTemplate](https://github.com/machinezone/configmapsecrets/blob/master/docs/api.md#configmaptemplate). See: https://kubernetes.io/docs/concepts/configuration/secret/#secret-immutable However, the expected behavior is unclear. Should the generated...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220722155217-630584e8d5aa to 0.17.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220802222814-0bcc04d9c69b to 0.17.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...