-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OPSEXP-2488 Fix apiVersion of ingresses for msteams and ms365 (#249)
- Loading branch information
Showing
8 changed files
with
44 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
charts/alfresco-connector-ms365/tests/ingress-conector-ms365_test.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
suite: test ms365-connector ingress | ||
templates: | ||
- ingress-conector-ms365.yaml | ||
tests: | ||
- it: should render extra annotations | ||
values: &testvalues | ||
- values/test_values.yaml | ||
set: | ||
ingress: | ||
extraAnnotations: | ||
annotationTest1: test1 | ||
annotationTest2: test2 | ||
asserts: | ||
- isSubset: | ||
path: metadata.annotations | ||
content: | ||
annotationTest1: test1 | ||
annotationTest2: test2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
charts/alfresco-connector-msteams/tests/ingress-connector-msteams_test.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
suite: test msteams-connector ingress | ||
templates: | ||
- ingress-connector-msteams.yaml | ||
tests: | ||
- it: should render extra annotations | ||
values: &testvalues | ||
- values/test_values.yaml | ||
set: | ||
ingress: | ||
extraAnnotations: | ||
annotationTest1: test1 | ||
annotationTest2: test2 | ||
asserts: | ||
- isSubset: | ||
path: metadata.annotations | ||
content: | ||
annotationTest1: test1 | ||
annotationTest2: test2 |