From 7caee60c17dc49bcb3a39358fb6eb8f0a7e63858 Mon Sep 17 00:00:00 2001 From: MartiniMoe Date: Fri, 4 Mar 2022 21:58:36 +0100 Subject: [PATCH] Remove secret from TLS example --- README.md | 1 - examples/tls/ingress.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index fdadc06..6d351dc 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,6 @@ spec: tls: - hosts: - example.com - secretName: example-tls rules: - host: example.com http: diff --git a/examples/tls/ingress.yaml b/examples/tls/ingress.yaml index 9888094..3c2d2ab 100644 --- a/examples/tls/ingress.yaml +++ b/examples/tls/ingress.yaml @@ -9,7 +9,6 @@ spec: tls: - hosts: - example.com - secretName: example-tls rules: - host: example.com http: