Commit 86c314d 1 parent b387909 commit 86c314d Copy full SHA for 86c314d
File tree 2 files changed +2
-2
lines changed
charts/t8s-cluster/templates/workload-cluster
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
7
7
labels : {{- include "common.labels.standard" . | nindent 4 }}
8
8
spec :
9
9
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 }}
11
11
interval : 1h
12
12
driftDetection :
13
13
mode : enabled
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
7
7
labels : {{- include "common.labels.standard" . | nindent 4 }}
8
8
spec :
9
9
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 }}
11
11
interval : 1h
12
12
driftDetection :
13
13
mode : enabled
You can’t perform that action at this time.
0 commit comments