Skip to content

Commit

Permalink
Update Placement tolerationSeconds to 7 days (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored Aug 20, 2024
1 parent c7985e2 commit 5171706
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/cluster-auth-manager/common/addon/placement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
tolerations:
- key: cluster.open-cluster-management.io/unreachable
operator: Exists
tolerationSeconds: 600
tolerationSeconds: 604800
- key: cluster.open-cluster-management.io/unavailable
operator: Exists
tolerationSeconds: 600
tolerationSeconds: 604800
{{- end }}
4 changes: 2 additions & 2 deletions charts/cluster-gateway-manager/common/addon/placement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
tolerations:
- key: cluster.open-cluster-management.io/unreachable
operator: Exists
tolerationSeconds: 600
tolerationSeconds: 604800
- key: cluster.open-cluster-management.io/unavailable
operator: Exists
tolerationSeconds: 600
tolerationSeconds: 604800
{{- end }}
4 changes: 2 additions & 2 deletions charts/fluxcd-manager/common/addon/placement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
tolerations:
- key: cluster.open-cluster-management.io/unreachable
operator: Exists
tolerationSeconds: 600
tolerationSeconds: 604800
- key: cluster.open-cluster-management.io/unavailable
operator: Exists
tolerationSeconds: 600
tolerationSeconds: 604800
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
tolerations:
- key: cluster.open-cluster-management.io/unreachable
operator: Exists
tolerationSeconds: 600
tolerationSeconds: 604800
- key: cluster.open-cluster-management.io/unavailable
operator: Exists
tolerationSeconds: 600
tolerationSeconds: 604800
{{- end }}

0 comments on commit 5171706

Please sign in to comment.