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
Copy file name to clipboardexpand all lines: backups/readme.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
This is a simple example of running ACS/Stackrox backups in a container and storing them on a persistent volume.
2
2
3
+
api-key-secret.yaml creates a secret from a generated rox api token
4
+
- you must fill the token value in with a stackrox api token. You can see how to do that [here](https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_security_for_kubernetes/3.71/html-single/roxctl_cli/index#cli-authentication_cli-getting-started)
5
+
3
6
cron-backups.yaml creates a container from the roxctl image and runs a backup storing it in a PVC mounted on /mnt
4
-
- You can utilize ROX_API_TOKEN as an env variable and store an API token in a secret
5
7
- You can utilize ROX_CENTRAL_ADDRESS as an env variable as well
6
8
- The above env variables were not used in this case with hopes of showing simple examples that could be built upon.
0 commit comments