Skip to content

Commit

Permalink
eck-fleet-server: fix helm tests + change defaults (elastic#8296)
Browse files Browse the repository at this point in the history
@thbkrkr 's suggestion: no default deployment for fleet server, breaking change compared to status quo ante, just makes the test pass by adjusting the expectations.
  • Loading branch information
pebrc authored Dec 5, 2024
1 parent 177331f commit 60317bf
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ tests:
- it: should render quickstart properly
set:
eck-agent.enabled: true
eck-fleet-server.enabled: true
eck-fleet-server:
enabled: true
deployment: {}
release:
name: quickstart
asserts:
Expand Down Expand Up @@ -40,11 +42,10 @@ tests:
mode: fleet
fleetServerEnabled: true
policyID: eck-fleet-server
serviceAccountName: fleet-server
deployment:
replicas: 1
podTemplate:
spec:
serviceAccountName: fleet-server
automountServiceAccountToken: true
securityContext:
runAsUser: 0

0 comments on commit 60317bf

Please sign in to comment.