configmapsecrets icon indicating copy to clipboard operation
configmapsecrets copied to clipboard

Immutable Secrets

Open abursavich opened this issue 5 years ago • 0 comments

Immutable ConfigMaps and Secrets are beta in k8s v1.19. It might make sense to add this to the ConfigMapTemplate.

See: https://kubernetes.io/docs/concepts/configuration/secret/#secret-immutable

However, the expected behavior is unclear. Should the generated Secret be one-and-done or should changes to the template/variables delete and recreate it?

abursavich avatar Aug 26 '20 20:08 abursavich