gx10-gitops: capture live manifests for 32 product namespaces (ArgoCD adoption source)
This commit is contained in:
18
apps-gx10/fc-desktop/certificate-remotedesktop-tls.json
Normal file
18
apps-gx10/fc-desktop/certificate-remotedesktop-tls.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"apiVersion": "cert-manager.io/v1",
|
||||
"kind": "Certificate",
|
||||
"metadata": {
|
||||
"name": "remotedesktop-tls",
|
||||
"namespace": "fc-desktop"
|
||||
},
|
||||
"spec": {
|
||||
"dnsNames": [
|
||||
"desktop.iamworkin.lan"
|
||||
],
|
||||
"issuerRef": {
|
||||
"kind": "ClusterIssuer",
|
||||
"name": "step-ca-acme"
|
||||
},
|
||||
"secretName": "remotedesktop-tls"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user