Skip to content

Commit

Permalink
fix: correctly fetch app argument when deleting app
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored Mar 31, 2021
1 parent c52eaa7 commit cb642e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-delete
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source "$PLUGIN_CORE_AVAILABLE_PATH/common/property-functions"
scheduler-kubernetes-post-delete() {
declare desc="scheduler-kubernetes post-delete plugin trigger"
declare trigger="scheduler-kubernetes post-delete"
declare APP="$2"
declare APP="$1"
local KUBE_ARGS NAMESPACE

fn-plugin-property-destroy "scheduler-kubernetes" "$APP"
Expand Down

0 comments on commit cb642e8

Please sign in to comment.