Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions charts/cert-manager-webhook-ovh/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ spec:
{{- if .Values.hostNetwork }}
hostNetwork: true
{{- end }}
{{- with .Values.priorityClassName }}
priorityClassName: {{ . | quote }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
Expand Down
3 changes: 3 additions & 0 deletions charts/cert-manager-webhook-ovh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@ hostNetwork: false
# It may be useful to change it if the hostNetwork mode is activated to use an available port.
port: 8443

# The optional priority class to be used for the cert-manager-webhook-ovh pod.
priorityClassName: ""

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
Expand Down