Skip to content

Commit e6782ad

Browse files
committed
ci: fix helm test
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 373515e commit e6782ad

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

postal/ci/base-values.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Consider using environment variables or secret management systems.
44
global:
55
# Example Rails secret key - REPLACE WITH ACTUAL SECRET IN PRODUCTION
6-
railsSecretKey: ""
6+
railsSecretKey: "ci-test-rails-secret-key"
77
# Example signing key - REPLACE WITH ACTUAL PRIVATE KEY IN PRODUCTION
88
signingKey: |
99
# EXAMPLE PRIVATE KEY - DO NOT USE IN PRODUCTION
@@ -15,3 +15,16 @@ global:
1515
1616
image:
1717
registry: fake.registry
18+
19+
jobs:
20+
initialize:
21+
enable: false
22+
23+
web:
24+
replicaCount: 0
25+
26+
smtp:
27+
replicaCount: 0
28+
29+
worker:
30+
replicaCount: 0

0 commit comments

Comments
 (0)