Skip to content

Commit

Permalink
fix templates
Browse files Browse the repository at this point in the history
Signed-off-by: yaroslavborbat <[email protected]>
  • Loading branch information
yaroslavborbat authored and diafour committed Apr 26, 2024
1 parent 4112581 commit 1840445
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/kubevirt/kubevirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
"targetPort": "webhook-proxy"}
]}}
type: strategic
- resourceName: kubevirt-operator
- resourceName: kubevirt-operator-webhook
resourceType: Service
patch: |
{"spec":{"ports":[
Expand Down
7 changes: 6 additions & 1 deletion templates/virtualization-controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@ spec:
- name: proxy
image: {{ include "helm_lib_module_image" (list . "kubeApiProxy") }}
imagePullPolicy: IfNotPresent
resources: {}
resources:
requests:
{{- include "helm_lib_module_ephemeral_storage_only_logs" . | nindent 12 }}
{{- if not ( .Values.global.enabledModules | has "vertical-pod-autoscaler-crd") }}
{{- include "virtualization_controller_resources" . | nindent 12 }}
{{- end }}
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 1840445

Please sign in to comment.