How to share common resources between applications in the same namespace #20861
Unanswered
agreedSkiing
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
So... the company i work at is currently using a stragegy where one deployment/statefulset is one argoCD managed application which results in the shared resource warning for some deployments since they relay on shared certificates. Is there a way to fix this? My first thought is to make the application incompus the whole namespace instead of just the single application, since the shared generated configmap is needed in both applications and not wanting to duplicate it between the two deployments for an ease of maintaince.
If you are wondering how I’m sharing them between applications it is with the help of components (https://kubectl.docs.kubernetes.io/guides/config_management/components/) with standard kubectl kustomize, so I’m or the company isn’t using helm
Beta Was this translation helpful? Give feedback.
All reactions