Skip to content

Commit

Permalink
Add missing test to satisfy CI
Browse files Browse the repository at this point in the history
Signed-off-by: Rhea Danzey <rdanzey@element.io>
  • Loading branch information
Arkaniad committed May 28, 2024
1 parent aa0cfc0 commit d8e7980
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions charts/calendar-bot/tests/service_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
suite: test service
templates:
- templates/service.yaml
tests:
- it: should pass
release:
name: calendar-bot
set:
service:
type: ClusterIP
asserts:
- contains:
path: spec.ports
content:
name: http
port: 8080
protocol: TCP
targetPort: http
- equal:
path: spec.type
value: ClusterIP
- equal:
path: spec.selector
value:
app.kubernetes.io/name: calendar-bot
app.kubernetes.io/instance: calendar-bot

0 comments on commit d8e7980

Please sign in to comment.