Aneek Bera:
apiVersion: v1
kind: ServiceAccount
metadata:
name: abcd
namespace: xyz
annotations:
"<http://certificate.aspenmesh.io/customFields|certificate.aspenmesh.io/customFields>": '{ "SAN": { "DNS": [ "<http://abcdefgh.com|abcdefgh.com>" ] } }'
I have a question here. I am using service account file in deployment without annotations & it is working fine. What if we add annotations? How will the system behave?