ssmiller25 / blast

An Immutable Low Cost Cluster
MIT License
3 stars 1 forks source link

Sealed Secret Kustomize Support #22

Closed ssmiller25 closed 3 years ago

ssmiller25 commented 4 years ago

Interesting use to allow SealedScret changes to force pod redeployment (similar to a traditional secret)

https://github.com/kubernetes-sigs/kustomize/issues/702#issuecomment-564439909

ssmiller25 commented 3 years ago

Closing for now. Instead of relying on kustomize hash, I should include some sort of version/date in the secret name. Secrets really should be immutable anyway - if they need to be changes, I should create a new one and remove the old one.