Skip to content

Commit

Permalink
fix delete action (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
kale-amruta committed Jun 23, 2023
1 parent c2f22f8 commit 198338c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ actions:
- func: KubeTask
name: deleteFromObjectStore
args:
namespace: "{{ .Object.metadata.namespace }}"
namespace: "{{ .Namespace.Name }}"
image: "ghcr.io/kanisterio/kanister-tools:0.92.0"
command:
- bash
Expand Down

0 comments on commit 198338c

Please sign in to comment.