Skip to content

Commit

Permalink
fix(t8s-cluster/workload-cluster): dependency on cni helmrelease (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Sep 11, 2023
1 parent f0d4b31 commit a54108d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ spec:
namespace: {{ .Release.Namespace }}
version: {{ printf "2.%d.x" (.Values.version.minor | int) }}
interval: 1h
{{- if eq .Values.cni "cilium" }}
dependsOn:
- name: {{ printf "%s-cni" .Release.Name }}
namespace: {{ .Release.Namespace }}
{{- end }}
kubeConfig:
secretRef:
name: {{ .Release.Name }}-kubeconfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ spec:
namespace: {{ .Release.Namespace }}
version: {{ printf "2.%d.x" (.Values.version.minor | int) }}
interval: 1h
{{- if eq .Values.cni "cilium" }}
dependsOn:
- name: {{ printf "%s-cni" .Release.Name }}
namespace: {{ .Release.Namespace }}
{{- end }}
kubeConfig:
secretRef:
name: {{ .Release.Name }}-kubeconfig
Expand Down

0 comments on commit a54108d

Please sign in to comment.