Oleg Pykhalov 434892f1ed apps: cluster1: guix: service: Expose node exporter port. 1 month ago
..
README.md 7ff7254312 apps: cluster1: guix: README: Update. 1 month ago
kustomization.yaml c9fdbae087 apps: cluster1: guix: Add rbac. 1 month ago
rbac.yaml c9fdbae087 apps: cluster1: guix: Add rbac. 1 month ago
service.yaml 434892f1ed apps: cluster1: guix: service: Expose node exporter port. 1 month ago
taskrun.yaml deb3f7a728 apps: cluster1: guix: taskrun: Pull new changes in Git. 1 month 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