mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-06-10 23:29:11 +00:00
Add ability to include/exclude namespaces.
This commit is contained in:
@@ -33,9 +33,20 @@ spec:
|
||||
# Excludes will remove all images with listed wording from the backup list
|
||||
# excludes:
|
||||
# - nginx
|
||||
|
||||
# Includes will add ONLY images with listed wording to the backup list
|
||||
includes:
|
||||
- busybox
|
||||
|
||||
# Works only with images within specified namespaces
|
||||
# namespaces:
|
||||
# - default
|
||||
# - longhorn
|
||||
|
||||
# Works with all images EXCEPT of the ones within namespaces specified
|
||||
# excludedNamespaces:
|
||||
# - my-awesome-namespace
|
||||
|
||||
basePath: /images # base path in the target directory
|
||||
storage:
|
||||
target: S3 # file backup is not ready yet
|
||||
|
||||
Reference in New Issue
Block a user