diff options
Diffstat (limited to 'ops/infra/kubernetes/https-cert/cert.yaml')
-rw-r--r-- | ops/infra/kubernetes/https-cert/cert.yaml | 8 |
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 c7a85275ae67..000000000000 --- 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 }} |