This commit is contained in:
2026-03-11 09:36:58 +00:00
parent f369d976a8
commit 8b9e1a7fd6
2 changed files with 14 additions and 0 deletions

8
sshwifty/secrets.yaml Normal file
View File

@@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: pass
namespace: sshwifty
type: Opaque
data:
pw: NElzVGhlTWluZEtpbGxlcg==

View File

@@ -49,6 +49,12 @@ spec:
env: env:
- name: SSHWIFTY_CONFIG - name: SSHWIFTY_CONFIG
value: "/config/sshwifty.conf.json" value: "/config/sshwifty.conf.json"
- name: SSHWIFTY_SHAREDKEY
valueFrom:
secretKeyRef:
name: pass
key: pw
optional: false
volumeMounts: volumeMounts:
- name: sshwifty-config - name: sshwifty-config
mountPath: "/config" mountPath: "/config"