Skip to content

Commit

Permalink
Merge pull request #3707 from Aakcht/remove_duplicate_labels
Browse files Browse the repository at this point in the history
Chart: remove duplicate label field
  • Loading branch information
volcano-sh-bot authored Sep 4, 2024
2 parents 3541a23 + fdb8caa commit 0d5830c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions installer/helm/chart/volcano/templates/admission-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ kind: Job
metadata:
name: {{ .Release.Name }}-admission-init
namespace: {{ .Release.Namespace }}
{{- if .Values.custom.common_labels }}
labels:
{{- toYaml .Values.custom.common_labels | nindent 4 }}
{{- end }}
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
Expand Down

0 comments on commit 0d5830c

Please sign in to comment.