Skip to content

Commit

Permalink
Merge pull request #585 from acend/fix/lab-12-3-3
Browse files Browse the repository at this point in the history
Remove tls block from ingress on OpenShift
  • Loading branch information
splattner authored Aug 7, 2024
2 parents 8b75476 + e594058 commit 44728eb
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 44728eb

Please sign in to comment.