Skip to content

Commit

Permalink
fix env field for Karpenter
Browse files Browse the repository at this point in the history
  • Loading branch information
chomatdam committed Feb 29, 2024
1 parent 06725e5 commit 57fbfc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitops/components/karpenter/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ spec:
repository: ghcr.io/pelotech/karpenter
tag: v0.34.1-modified
digest: sha256:feb63abd6dbc2461ce5b7906cb6fe8e18a09f78aa8ed61cfd1f35df4db748cfe
env:
- name: IGNORED_RESOURCE_REQUESTS
value: "devices.kubevirt.io/kvm,devices.kubevirt.io/tun,devices.kubevirt.io/vhost-net"
env:
- name: IGNORED_RESOURCE_REQUESTS
value: "devices.kubevirt.io/kvm,devices.kubevirt.io/tun,devices.kubevirt.io/vhost-net"
serviceAccount:
create: "true"
name: "karpenter"
Expand Down

0 comments on commit 57fbfc7

Please sign in to comment.