We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373515e commit e6782adCopy full SHA for e6782ad
1 file changed
postal/ci/base-values.yaml
@@ -3,7 +3,7 @@
3
# Consider using environment variables or secret management systems.
4
global:
5
# Example Rails secret key - REPLACE WITH ACTUAL SECRET IN PRODUCTION
6
- railsSecretKey: ""
+ railsSecretKey: "ci-test-rails-secret-key"
7
# Example signing key - REPLACE WITH ACTUAL PRIVATE KEY IN PRODUCTION
8
signingKey: |
9
# EXAMPLE PRIVATE KEY - DO NOT USE IN PRODUCTION
@@ -15,3 +15,16 @@ global:
15
16
image:
17
registry: fake.registry
18
+
19
+jobs:
20
+ initialize:
21
+ enable: false
22
23
+web:
24
+ replicaCount: 0
25
26
+smtp:
27
28
29
+worker:
30
0 commit comments