Oleg Pykhalov fdfc466e40 apps: cluster1: guix: taskrun: Fix missing Guix modules. 3 months ago
..
README.md 7ff7254312 apps: cluster1: guix: README: Update. 3 months ago
kustomization.yaml c9fdbae087 apps: cluster1: guix: Add rbac. 3 months ago
rbac.yaml c9fdbae087 apps: cluster1: guix: Add rbac. 3 months ago
service.yaml 434892f1ed apps: cluster1: guix: service: Expose node exporter port. 3 months ago
taskrun.yaml fdfc466e40 apps: cluster1: guix: taskrun: Fix missing Guix modules. 3 months ago

README.md

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