Hey All - Is there a best practice guide on what r...
# rke2
a
Hey All - Is there a best practice guide on what resources to backup when using the rancher backup solution? I'm trying to make sure all rancher things are encrypted with secretbox and this is my encryption config so far. Everything seems to be happy and restore worked mostly well.
Copy code
kind: EncryptionConfig
apiVersion: v1
resources:
  - resources:
    - secrets
    providers:
    - identity: {}
    - secretbox:
        keys:
        - name: key1
          secret: <Enter your base64-encoded secret>