Import data to secret from other kubernetes secret

264 Views Asked by At

I'm using a Kubernetes operator that generate original secret data. I need to use this secret in the other secret that consumed by deployment with some value mapping. I can't/won't modify Deployment to use generated secret directly. How it can be implemented?

There is few good solutions to access cluster-external secrets. May be there is custom operator/controller etc. that cat generate secret by template and values from other secret?

Details: https://github.com/kubernetes/kubernetes/issues/97062

0

There are 0 best solutions below