Skip to content

Commit 86c314d

Browse files
authored
fix(t8s-cluster/workload-cluster): helmrepository references (#893)
1 parent b387909 commit 86c314d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
labels: {{- include "common.labels.standard" . | nindent 4 }}
88
spec:
99
chart:
10-
spec: {{- include "common.helm.chartSpec" (dict "repo" "cilium" "chart" "cilium" "context" $) | nindent 6 }}
10+
spec: {{- include "common.helm.chartSpec" (dict "repo" "cilium" "prependReleaseName" true "chart" "cilium" "context" $) | nindent 6 }}
1111
interval: 1h
1212
driftDetection:
1313
mode: enabled

charts/t8s-cluster/templates/workload-cluster/gpu-operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
labels: {{- include "common.labels.standard" . | nindent 4 }}
88
spec:
99
chart:
10-
spec: {{- include "common.helm.chartSpec" (dict "repo" "nvidia" "chart" "gpu-operator" "context" $) | nindent 6 }}
10+
spec: {{- include "common.helm.chartSpec" (dict "repo" "nvidia" "prependReleaseName" true "chart" "gpu-operator" "context" $) | nindent 6 }}
1111
interval: 1h
1212
driftDetection:
1313
mode: enabled

0 commit comments

Comments
 (0)