Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dzsak committed Feb 12, 2024
1 parent 686594e commit 1e4fe5f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions charts/onechart/tests/ingress_domain_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,16 @@ tests:
- hosts:
- chart-example.local
secretName: tls-release-name-chart-example-local
- it: Should set Ingress secret name if provided
set:
ingress:
host: chart-example.local
tlsEnabled: true
secretName: tls-internal
asserts:
- equal:
path: spec.tls
value:
- hosts:
- chart-example.local
secretName: tls-internal

0 comments on commit 1e4fe5f

Please sign in to comment.