From 4e9b4def3078408493bddf57176162cc9380ebfd Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 16 Mar 2024 21:32:54 +0100 Subject: companion: generate ssh keypair to be used with ssh plugin --- roles/streaming/companion/templates/pod-spec.yml.j2 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'roles/streaming/companion/templates/pod-spec.yml.j2') diff --git a/roles/streaming/companion/templates/pod-spec.yml.j2 b/roles/streaming/companion/templates/pod-spec.yml.j2 index f01637fe..3be3e488 100644 --- a/roles/streaming/companion/templates/pod-spec.yml.j2 +++ b/roles/streaming/companion/templates/pod-spec.yml.j2 @@ -12,6 +12,9 @@ containers: mountPath: /dev/bus/usb - name: data mountPath: /companion + - name: secrets + mountPath: /secrets + readOnly: yes volumes: - name: dev-usb hostPath: @@ -19,4 +22,8 @@ volumes: - name: data hostPath: type: Directory - path: "{{ companion_basepath }}" + path: "{{ companion_basepath }}/data" +- name: secrets + hostPath: + type: Directory + path: "{{ companion_basepath }}/secrets" -- cgit v1.2.3