{
    "kind": "Secret",
    "apiVersion": "v1",
    "metadata": {
        "name": "NAME",
        "namespace": "NAMESPACE"
    },
    "data": {
       "cert.crt": "TLSCERT",
       "cert.key": "TLSKEY",
       "cert.pem": "TLSPEM"
    },
    "type": "Opaque"
}
