Skip to content

Commit

Permalink
add helm default and performs pods restart for the resource (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaykumar4 authored Apr 10, 2024
1 parent 57ea47d commit 9df9d0b
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@ repositories:
- name: postfinance
url: https://postfinance.github.io/kubelet-csr-approver

helmDefaults:
wait: true
waitForJobs: true
timeout: 600
recreatePods: true
force: true

releases:
- name: cilium
namespace: kube-system
chart: cilium/cilium
version: 1.15.3
values: ["./cilium-values.yaml"]
wait: true
- name: kubelet-csr-approver
namespace: kube-system
chart: postfinance/kubelet-csr-approver
version: 1.1.0
values: ["./kubelet-csr-approver-values.yaml"]
needs: ["cilium"]
wait: true

0 comments on commit 9df9d0b

Please sign in to comment.