Skip to content

Commit

Permalink
delete kubed app
Browse files Browse the repository at this point in the history
  • Loading branch information
robertchoi80 committed Apr 6, 2022
1 parent 0bdb4d7 commit 0159fff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tks-cluster/remove-usercluster-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ spec:
- name: app_name
value: "{{workflow.parameters.app_prefix}}-metrics-server"

- - name: deleteKubedApp
templateRef:
name: delete-apps
template: DeleteAppsByName
arguments:
parameters:
- name: app_name
value: "{{workflow.parameters.app_prefix}}-kubed"

- - name: cleanupPVCs
template: cleanupPVCs

Expand Down

0 comments on commit 0159fff

Please sign in to comment.