Secret with empty value field
Hi there,
I want to create secret for gitlab registration token, It should has 2 filed mandatory: 1 field with token, another one is empty:
apiVersion: v1
data:
runner-registration-token: LkjdfsdlfHGDFKhskdfLkjsdflkj=
runner-token: ""
kind: Secret
When I decode secret it looks like this one:
runner-registration-token: wnR1348lkdj98-JdfgdfghdaMx3tgSdn4c
runner-token:
runner-token value doesn't have even space. I didn't find a way how to add an empty secret to onepassword and reflect it in k8s secret as it should be. When I add 1pass secret with space, it encode space to base64. I've tried to add "" and '', but it also encoded in secret. If I don't provide informaion to value in 1pass secret, it doesn't sync to k8s secret.
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
