You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the certs are reflected to the namespace whenever the namespace is created, so I have a certificate resource that checks to see if the certificate secret already exist and skips the creation of a new certificate if it already exists.
What I've found out is that when I install multiple charts to the same namespace using the command helm upgrade --install --namespace test --create-namespace ....(omitted here) with each chart containing a certificate resource and it seems like the certificate check was able to find the replicated certificate secret for all the subsequent charts installed except the very first chart that it installed.
Is it because the first chart was also being installed when the namespace was being created, so the replicated secret wasn't found in time or is there a reflector configuration that I need to adjust?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I noticed the certs are reflected to the namespace whenever the namespace is created, so I have a certificate resource that checks to see if the certificate secret already exist and skips the creation of a new certificate if it already exists.
What I've found out is that when I install multiple charts to the same namespace using the command helm upgrade --install --namespace test --create-namespace ....(omitted here) with each chart containing a certificate resource and it seems like the certificate check was able to find the replicated certificate secret for all the subsequent charts installed except the very first chart that it installed.
Is it because the first chart was also being installed when the namespace was being created, so the replicated secret wasn't found in time or is there a reflector configuration that I need to adjust?
Beta Was this translation helpful? Give feedback.
All reactions