Skip to content

Commit

Permalink
chore(cf-idw): added extra KERI env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Jul 15, 2024
1 parent a6f3a19 commit 1a121ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/cf-idw/templates/witness-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ spec:
env:
- name: KERI_SCRIPT_DIR
value: /usr/local/var/keri
- name: KERI_DEMO_SCRIPT_DIR
value: /usr/local/var/keri/demo
- name: KERI_TEMP_DIR
value: /tmp
volumeMounts:
- mountPath: /usr/local/var/keri
name: keri-data
Expand All @@ -50,6 +54,10 @@ spec:
env:
- name: KERI_SCRIPT_DIR
value: /usr/local/var/keri
- name: KERI_DEMO_SCRIPT_DIR
value: /usr/local/var/keri/demo
- name: KERI_TEMP_DIR
value: /tmp
ports:
{{- range $port := .ports }}
- containerPort: {{ $port }}
Expand Down

0 comments on commit 1a121ca

Please sign in to comment.