You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Label the secret as follows for it to be part of the backups of
52
-
Rancher Backup Operator:
52
+
Rancher Backup Operator.
53
+
54
+
Either:
53
55
54
56
```shell
55
57
$ kubectl label secret secret-ghcr-docker \
56
58
app.kubernetes.io/part-of=kubewarden
57
59
```
58
60
61
+
Or:
62
+
63
+
```shell
64
+
$ kubectl label secret secret-ghcr-docker \
65
+
resources.cattle.io/backup=true
66
+
```
67
+
59
68
::::
60
69
61
70
For more information on how to create the Docker Secrets, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/secret/#docker-config-secrets).
0 commit comments