Skip to content

Commit

Permalink
Add --ignore-groupkinds flag in kubedump function (#332)
Browse files Browse the repository at this point in the history
Signed-off-by: Md. Ishtiaq Islam <[email protected]>
  • Loading branch information
ishtiaqhimel authored Apr 5, 2024
1 parent 2b363d9 commit 6675e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions catalog/raw/kubedump/0.1.0/kubedump-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
- --target-name=${TARGET_NAME:=}
- --target-namespace=${TARGET_NAMESPACE:=}
- --sanitize=${sanitize:=true}
- --ignore-groupkinds=${ignoreGroupKinds:=}
- --label-selector=${labelSelector:=}
- --include-dependants=${includeDependants:=false}
- --retention-keep-last=${RETENTION_KEEP_LAST:=0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
- --target-name=${TARGET_NAME:=}
- --target-namespace=${TARGET_NAMESPACE:=}
- --sanitize=${sanitize:=true}
- --ignore-groupkinds=${ignoreGroupKinds:=}
- --label-selector=${labelSelector:=}
- --include-dependants=${includeDependants:=false}
- --retention-keep-last=${RETENTION_KEEP_LAST:=0}
Expand Down

0 comments on commit 6675e10

Please sign in to comment.