Skip to content

Commit

Permalink
feat(t8s-cluster/workload-cluster): skip component uninstall (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Jul 18, 2024
1 parent d75da99 commit 139ac22
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
install:
remediation:
retries: -1
uninstall:
disableWait: true
storageNamespace: kube-system
targetNamespace: kube-system
releaseName: {{ .name }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
install:
remediation:
retries: -1
uninstall:
disableWait: true
upgrade:
timeout: 5m
storageNamespace: kube-system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
install:
remediation:
retries: -1
uninstall:
disableWait: true
upgrade:
timeout: 5m
storageNamespace: kube-system
Expand Down
2 changes: 2 additions & 0 deletions charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
install:
remediation:
retries: -1
uninstall:
disableWait: true
upgrade:
timeout: 5m
storageNamespace: kube-system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
install:
remediation:
retries: -1
uninstall:
disableWait: true
upgrade:
timeout: 5m
crds: CreateReplace
Expand Down

0 comments on commit 139ac22

Please sign in to comment.