Oleg Pykhalov fdfc466e40 apps: cluster1: guix: taskrun: Fix missing Guix modules. | 3 months ago | |
---|---|---|
.. | ||
README.md | 3 months ago | |
kustomization.yaml | 3 months ago | |
rbac.yaml | 3 months ago | |
service.yaml | 3 months ago | |
taskrun.yaml | 3 months ago |
cat <<EOF | kubectl create -n guix -f -
kind: Secret
apiVersion: v1
metadata:
name: ssh-secret
type: kubernetes.io/ssh-auth
stringData:
user: user
disable-strict-host-key-checking: "true"
ssh-privatekey: |
$(cat "$HOME/.ssh/id_vm-guix-datavolume" | sed 's/^/ /')
EOF