Skip to content

Commit

Permalink
Remove tls block from ingress on OpenShift
Browse files Browse the repository at this point in the history
Since we want to use the existing wildcard tls certificate of the ingress controller, we have to remove the `tls` spec on the ingress object.

Source: https://docs.openshift.com/container-platform/4.14/networking/routes/route-configuration.html#creating-edge-route-with-default-certificate_route-configuration
  • Loading branch information
madchr1st authored Apr 3, 2024
1 parent b88a478 commit 3fd7af7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions content/en/docs/helm/simplechart.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- mychart-<namespace>.<appdomain>
[...]
```

Expand All @@ -195,9 +192,6 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- mychart-<namespace>.<appdomain>
[...]
```

Expand Down

0 comments on commit 3fd7af7

Please sign in to comment.