Revision history of "Velero Minio"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 22:22, 1 July 2023Busk talk contribs 482 bytes +482 Created page with "``` #!/bin/bash set -eu cat <<EOF> minio.crd [default] aws_access_key_id=${MINIO_ACCESS_KEY} aws_secret_access_key=${MINIO_SECRET_KEY} EOF velero install \ --provider aws..."