SealedSecret metadata.annotations too long (not able to apply) #1048
-
|
I created a SealedSecret containing roughly ~500 certificates, but when I want to apply it, the following error occurs:
I'm not sure whether this is an issue, so I wanted to see if anyone has attempted something like this before and had the same problems. Thanks in advance for sharing your experience! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
When you or your CD tool deploys to Kubernetes, use the |
Beta Was this translation helpful? Give feedback.
When you or your CD tool deploys to Kubernetes, use the
--server-sideoption withkubectl apply. More info. The reason for this is thelast-appliedannotation gets too long due to the size of the large manifest.