Closed
Description
Hi team, I met a senario when using kapp's versioned annotation. Opened this issue to track the question.
The scenario is:
config C refers a secret S in its data, and this config C is referred by a Deployment D. Will update the content of secret S trigger restart of Deployment D?
I get a solution that is referring the secret S directly in Depoyment D. But I think that may be not the best way.
Will kapp's versioned annotation supports above scenario? Or already supported?
Thanks.