secretgen-controller
secretgen-controller copied to clipboard
secretgen-controller provides CRDs to specify what secrets need to be on Kubernetes cluster (to be generated or not)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.25.10 to 0.25.11. Commits 71fde77 Update dependencies to v0.25.11 tag 25e88fd Merge pull request #118556 from puerco/bump-1.25-go-1.19.10 a3636b9 update-vendor: update vendored go.sums 5ddf75f Merge pull request #115050...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.25.10 to 0.25.11. Commits 71fde77 Update dependencies to v0.25.11 tag 25e88fd Merge pull request #118556 from puerco/bump-1.25-go-1.19.10 a3636b9 update-vendor: update vendored go.sums 5ddf75f Merge pull request #115050...
**What steps did you take:** Triggered a tag `t1` on commit `x` and for some reason release action did not pass. Triggered a new tag `t2` on commit `x` and...
**Describe the problem/challenge you have** Similar to kapp-controller, we should add some kind of testing that verifies the arm64 version of SGC runs properly. https://github.com/vmware-tanzu/carvel-kapp-controller/issues/736 **Describe the solution you'd like**...
**Describe the problem/challenge you have** https://github.com/vmware-tanzu/carvel-secretgen-controller/pull/66 Introduced the SecretTemplate API. This allows you to define arbitrary input resources that are used to generate a new Kubernetes Secret based on templating....
**Describe the problem/challenge you have** https://github.com/vmware-tanzu/carvel-secretgen-controller/pull/66 Introduced the SecretTemplate API. This allows you to define arbitrary input resources that are used to generate a new Kubernetes Secret based on templating....
## Question Is it possible to better document how we can, post `Secret`, `SecretExport` and `Secret` Placeholder created consume the secret using the property `imagePullSecrets` within a Pod or Deployment...
**Describe the problem/challenge you have** I would like to export the ca.crt and tls.crt of a `kubernetes.io/tls` secret without exporting the private tls.key (or more generally, only export the public...
**What steps did you take:** ```bash kind create cluster --image kindest/node:v1.21.1 kubectl cluster-info --context kind-kind kapp deploy -a sg -y \ -f https://github.com/vmware-tanzu/carvel-secretgen-controller/releases/download/v0.5.0/release.yml kubectl create namespace src-ns kubectl apply -f...