halkyonio / operator

Kubernetes Operator simplifying the development of microservices on k8s !
Apache License 2.0
40 stars 14 forks source link

Component is not updated when env variables are added after it's been created #218

Open metacosm opened 4 years ago

metacosm commented 4 years ago

This also extends to the case where an injected secret is updated, we need to redeploy the pod to take the changes into account…

cmoulliard commented 4 years ago

we need to redeploy the pod to take the changes into account…

Dont forget to add a description to the ticket instead of a comment ;-) @metacosm

cmoulliard commented 4 years ago

we need to redeploy the pod to take the changes into account…

This is the reason why we must update the Deployment resource as that will trigger the creation of a new pod