Skip to content

Commit

Permalink
specify injector account
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Dec 13, 2023
1 parent 3cd595b commit 748a045
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/tezos/templates/octez-dal-slot-injector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: commit-script-configmap
name: slot-injector-configmap
data:
slot_injector.sh: |
#!/bin/sh
Expand Down Expand Up @@ -101,6 +101,8 @@ spec:
value: slot-injector
- name: MY_POD_TYPE
value: slot-injector
- name: INJECTOR_ACCOUNT
value: "{{ .Values.dal_deploy_slot_injector.inject_using_account }}"
volumeMounts:
- mountPath: /var/tezos
name: var-volume
Expand All @@ -114,7 +116,7 @@ spec:
secretName: tezos-secret
- name: script-volume
configMap:
name: commit-script-configmap
name: slot-injector-configmap
volumeClaimTemplates:
- metadata:
name: var-volume
Expand Down

0 comments on commit 748a045

Please sign in to comment.