-1

I need to update my tls secrets, there is any best practices to do that?,

The steps considered by now are:

  • Create new secrets
  • Update the ingress definition in order it could take the new tls secrets.

I can“t use cert-manager with letsencript.

Any advice?

niva rojas
  • 101
  • 1
  • 10

1 Answers1

3

I need to update my tls secrets, there is any best practices to do that?, by now, I think, I have to create new secrets and update my ingress definition in order it could take the new tls secrets.

Yes you are right Or else you can update the existing secret directly and no changes will be required to do the ingress side.

Create the YAML file with same name of secret and changes will get over write.

Harsh Manvar
  • 27,020
  • 6
  • 48
  • 102