This commit is contained in:
2026-03-12 21:42:13 +00:00
parent 06507824bd
commit cf55b1d0c6

View File

@@ -113,7 +113,6 @@ spec:
secretKeyRef:
name: pass
key: pw
optional: false
volumeMounts:
- name: sshwifty-config
mountPath: "/config"
@@ -126,8 +125,8 @@ spec:
configMap:
name: sshwifty-config
- name: ssh-key
configMap:
name: ssh-key
secret:
secretName: ssh-key
---
apiVersion: v1
kind: Service