Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
phyrog committed Oct 14, 2024
1 parent 68c699c commit e924ffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: gardener-extension-{{ .Values.serviceName }}
labels:
app.kubernetes.io/name: gardener-extension-{{ .Values.serviceName }}
app.kubernetes.io/instance: { { .Release.Name } }
app.kubernetes.io/instance: {{ .Release.Name }}
value: 1000000000
globalDefault: false
description: "Priority class for the Gardener extension: shoot-kepler."

0 comments on commit e924ffe

Please sign in to comment.