Skip to content

Commit

Permalink
Merge pull request #35 from mojaloop/apply-netclient-toleration
Browse files Browse the repository at this point in the history
add blanket toleration for netclient
  • Loading branch information
sijo5722-2021 authored Mar 5, 2024
2 parents b206150 + 81af610 commit 6a77459
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mojaloop/iac/roles/argocd/templates/netclient.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ spec:
path: /etc/netclient
type: DirectoryOrCreate
name: etc-netclient
tolerations:
- operator: "Exists"

---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
Expand Down

0 comments on commit 6a77459

Please sign in to comment.