Skip to content

Commit

Permalink
revert some of the perm changes to make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Oct 24, 2023
1 parent db80342 commit b9a58c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions charts/tezos-signer-forwarder/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- name: config-volume
configMap:
name: tezos-signer-forwarder-config-{{ $name }}-{{ $i }}
defaultMode: 0400
defaultMode: 0444
- name: secret-volume
secret:
secretName: tezos-signer-forwarder-secret-{{ $.Values.name }}
Expand All @@ -54,11 +54,9 @@ spec:
- name: config-volume
mountPath: /home/signer/.ssh/authorized_keys
subPath: authorized_keys
readOnly: true
- name: secret-volume
mountPath: /etc/ssh/ssh_host_ecdsa_key
subPath: ssh_host_ecdsa_key
readOnly: true
env:
- name: TUNNEL_ENDPOINT_PORT
value: "{{ $endpoint.tunnel_endpoint_port }}"
Expand Down

0 comments on commit b9a58c9

Please sign in to comment.