about summary refs log tree commit diff
path: root/ops/infra/kubernetes/https-cert/cert.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ops/infra/kubernetes/https-cert/cert.yaml')
-rw-r--r--ops/infra/kubernetes/https-cert/cert.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/ops/infra/kubernetes/https-cert/cert.yaml b/ops/infra/kubernetes/https-cert/cert.yaml
deleted file mode 100644
index c7a85275ae..0000000000
--- a/ops/infra/kubernetes/https-cert/cert.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-apiVersion: networking.gke.io/v1beta1
-kind: ManagedCertificate
-metadata:
-  name: {{ .domain | replace "." "-" }}
-spec:
-  domains:
-    - {{ .domain }}