Skip to content

Commit

Permalink
Fix VPA admission-certgen typo (#1408)
Browse files Browse the repository at this point in the history
Signed-off-by: nikimanoledaki <niki.manoledaki@grafana.com>
  • Loading branch information
nikimanoledaki authored Jan 16, 2024
1 parent c79a398 commit e19ce64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/vpa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vpa
description: A Helm chart for Kubernetes Vertical Pod Autoscaler
type: application
version: 4.0.1
version: 4.1.0
appVersion: 1.0.0
maintainers:
- name: sudermanjr
Expand Down
2 changes: 1 addition & 1 deletion stable/vpa/templates/webhooks/jobs/certgen-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
metadata:
name: {{ include "vpa.fullname" . }}-admission-certgen
labels:
app.kubernetes.io/component: cadmission-ertgen
app.kubernetes.io/component: admission-certgen
{{- include "vpa.labels" . | nindent 8 }}
spec:
restartPolicy: OnFailure
Expand Down

0 comments on commit e19ce64

Please sign in to comment.