Skip to content

Commit

Permalink
fix(t8s-cluster): use correct condition to include cilium helmreposit…
Browse files Browse the repository at this point in the history
…ory (#1054)
  • Loading branch information
cwrau authored Jul 31, 2024
1 parent c2fdf9f commit 0d1f7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/t8s-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
url: https://helm.cilium.io
charts:
cilium: 1.x.x
condition: '{{ eq .Values.cni "cilium" }}'
condition: '{{ eq (include "t8s-cluster.cni" .) "cilium" }}'
nvidia:
url: https://helm.ngc.nvidia.com/nvidia
charts:
Expand Down

0 comments on commit 0d1f7f8

Please sign in to comment.