Skip to content

Commit

Permalink
chore: configure timezone fields (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Jun 5, 2023
1 parent b150407 commit b97bfd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -94,6 +94,8 @@ spec:
value: /usr/local/certs/service/tls.crt
- name: BUCKETEER_NOTIFICATION_KEY
value: /usr/local/certs/service/tls.key
- name: BUCKETEER_NOTIFICATION_TIMEZONE
value: "{{ .Values.env.timezone }}"
volumeMounts:
- name: service-cert-secret
mountPath: /usr/local/certs/service
Expand Down
1 change: 1 addition & 0 deletions manifests/bucketeer/charts/notification-sender/values.yaml
Expand Up @@ -27,6 +27,7 @@ env:
logLevel: info
port: 9090
metricsPort: 9002
timezone: UTC

affinity: {}

Expand Down

0 comments on commit b97bfd3

Please sign in to comment.