Skip to content

Commit dca1cf1

Browse files
[gateway] fixed typo in test-values (#256)
1 parent 0c902fe commit dca1cf1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

charts/gateway/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 1.0.7
9+
version: 1.0.8
1010
annotations:
1111
artifacthub.io/changes: |
12-
- kind: added
13-
description: "unit tests for expected result"
12+
- kind: fixed
13+
description: "fixed typo in test-values"
1414
1515
sources:
1616
- https://github.com/subshell/helm-charts/tree/main/charts/gateway

charts/gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ gateway:
8585
mode: Terminate
8686
certificateRefs:
8787
- name: other-certificate
88-
namspace: secret-ns
88+
namespace: secret-ns
8989
kind: SpecialSecret
9090
group: foo.example.com
9191
- name: http

charts/gateway/test-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ gateway:
3434
mode: Terminate
3535
certificateRefs:
3636
- name: other-certificate
37-
namspace: secret-ns
37+
namespace: secret-ns
3838
kind: SpecialSecret
3939
group: foo.example.com
4040
- name: http

charts/gateway/tests/gateway_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ tests:
9494
- group: foo.example.com
9595
kind: SpecialSecret
9696
name: other-certificate
97-
namspace: secret-ns
97+
namespace: secret-ns
9898
mode: Terminate
9999
- name: http
100100
port: 80

charts/gateway/tests/values/full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ gateway:
3434
mode: Terminate
3535
certificateRefs:
3636
- name: other-certificate
37-
namspace: secret-ns
37+
namespace: secret-ns
3838
kind: SpecialSecret
3939
group: foo.example.com
4040
- name: http

0 commit comments

Comments
 (0)