fix(e2e): set sessionTTL=1 to satisfy Helm schema minimum
The Headlamp Helm chart schema enforces a minimum of 1 for config.sessionTTL. Setting it to 0 caused helm upgrade to fail with a schema validation error. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
|||||||
--namespace "$HEADLAMP_NAMESPACE" \
|
--namespace "$HEADLAMP_NAMESPACE" \
|
||||||
--reuse-values \
|
--reuse-values \
|
||||||
-f deployment/headlamp-e2e-values.yaml \
|
-f deployment/headlamp-e2e-values.yaml \
|
||||||
--set config.sessionTTL=0 \
|
--set config.sessionTTL=1 \
|
||||||
--wait --timeout 120s
|
--wait --timeout 120s
|
||||||
|
|
||||||
- name: Deploy plugin via shared volume
|
- name: Deploy plugin via shared volume
|
||||||
|
|||||||
Reference in New Issue
Block a user