💭 Can't create Secret in Kubernetes: illegal base64 data at inpu...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

!https://stackoverflow.com/questions/53394973/cant-create-secret-in-kubernetes-illegal-base64-data-at-input

Date: October 21, 2023

External Link stackoverflow.com

In order to use k8s secrets manifest you first need to encode the data values.

[38;2;248;248;242m[code][0m
  echo -n 'mega_secret_key' | openssl base64

[38;2;68;71;90mNOTE[0m
[38;2;68;71;90m│ [0mThis post is a [4m[38;2;248;248;242mthought[0m <[38;2;248;248;242m/thoughts/[0m>. It’s a short note that I make about someone else’s content online #thoughts
