Skip to content

Commit

Permalink
fix the pre-delete job no namespace filed (#117)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhiwei Yin <zyin@redhat.com>
  • Loading branch information
zhiweiyin318 committed Mar 11, 2022
1 parent 60d6b9e commit e9b6cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/manifests/chart/templates/pre_delete_hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: batch/v1
kind: Job
metadata:
name: "{{ template "application-manager.fullname" . }}-predelete"
namespace: {{ .Release.Namespace }}
labels:
component: "application-manager"
"open-cluster-management.io/addon-pre-delete": ""
Expand Down

0 comments on commit e9b6cff

Please sign in to comment.