Skip to content

Commit

Permalink
[stable/vpa] trim name for certgen job (#1442)
Browse files Browse the repository at this point in the history
* Update certgen-create.yaml

* Update Chart.yaml
  • Loading branch information
rbren authored Mar 12, 2024
1 parent 5a97b60 commit 589ab5a
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.4.2
version: 4.4.3
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 @@ -2,7 +2,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: {{ include "vpa.fullname" . }}-admission-certgen-create
name: {{ include "vpa.fullname" . }}-admission-certgen
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
Expand Down

0 comments on commit 589ab5a

Please sign in to comment.