Skip to content

Commit

Permalink
(chore): adds cert job annotations to manager chart
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijith-darshan committed Nov 6, 2024
1 parent 35b1042 commit dd675c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/manager/templates/kube-webhook-certgen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ kind: Job
metadata:
name: {{ include "manager.fullname" . }}-kube-webhook-certgen
namespace: greenhouse
annotations:
{{- toYaml .Values.kubeWebhookCertgen.annotations | nindent 4 }}
labels:
{{- include "manager.labels" . | nindent 4 }}
spec:
Expand Down
1 change: 1 addition & 0 deletions charts/manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ controllerManager:
annotations: {}

kubeWebhookCertgen:
annotations: {}
image:
repository: registry.k8s.io/ingress-nginx/kube-webhook-certgen
tag: v20221220-controller-v1.5.1-58-g787ea74b6
Expand Down

0 comments on commit dd675c7

Please sign in to comment.