summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Rathi <amit@hypertrack.io>2018-11-14 10:09:27 +0530
committerAmit Rathi <amit@hypertrack.io>2018-11-14 10:09:27 +0530
commitf6b20cc23866ba20fd97a0f78457c456a36d9fee (patch)
tree4fcf1e2a82ae994a2089514156b0fdcc13052629
parent631ab89885c99c6bec348a884c40d9f4214c6878 (diff)
downloadgitlab-ce-f6b20cc23866ba20fd97a0f78457c456a36d9fee.tar.gz
Remove the redundant yaml file
-rw-r--r--config/cert_manager/cluster_issuer.yaml11
1 files changed, 0 insertions, 11 deletions
diff --git a/config/cert_manager/cluster_issuer.yaml b/config/cert_manager/cluster_issuer.yaml
deleted file mode 100644
index 23fa6eff4b2..00000000000
--- a/config/cert_manager/cluster_issuer.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-apiVersion: certmanager.k8s.io/v1alpha1
-kind: ClusterIssuer
-metadata:
- name: letsencrypt-prod
-spec:
- acme:
- server: https://acme-v02.api.letsencrypt.org/directory
- email: my-email@example.com
- privateKeySecretRef:
- name: letsencrypt-prod
- http01: {}