File diff 3d5ed5c5160a → 81db7ff00d7b
k8s/deployment_template.jsonnet
Show inline comments
...
 
@@ -160,4 +160,22 @@ function (slug) {
 
        "value": domain
 
      }
 
  ],
 
   "certificate-patch.json": [
 
      {
 
        "op": "add",
 
        "path": "/spec/acme/config/-",
 
        "value": {
 
          "domains": [ domain ],
 
          "http01": {
 
            "ingress": "",
 
            "ingressClass": "nginx"
 
          }
 
        }
 
      },
 
      {
 
        "op": "add",
 
        "path": "/spec/dnsNames/-",
 
        "value": domain
 
      }
 
  ]
 
}