Skip to content

Commit

Permalink
fix: adjust values to enable sync again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mknoopvw committed Jun 20, 2023
1 parent f7673a0 commit b856059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/managed-identity-wallet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ spec:
cpu: "4"
memory: "1Gi"
limits:
cpu: "4m"
memory: "1Gi"
cpu: "4"
memory: 1Gi
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit b856059

Please sign in to comment.