Skip to content

Commit

Permalink
fix: don't define resources (#297)
Browse files Browse the repository at this point in the history
* fix: don't define resources

Signed-off-by: Marc 'risson' Schmitt <[email protected]>

* Update Chart.yaml

---------

Signed-off-by: Marc 'risson' Schmitt <[email protected]>
Co-authored-by: PePe Amengual <[email protected]>
  • Loading branch information
rissson and jamengual authored Jul 6, 2023
1 parent 0934010 commit 710bba1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
appVersion: v0.24.3
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 4.13.2
version: 4.13.3
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
14 changes: 7 additions & 7 deletions charts/atlantis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,13 +309,13 @@ webhook_ingress:
# You have to create a secret `my-ca-certificates`
# customPem: my-ca-certificates

resources:
requests:
memory: 1Gi
cpu: 100m
limits:
memory: 1Gi
cpu: 100m
resources: {}
# requests:
# memory: 1Gi
# cpu: 100m
# limits:
# memory: 1Gi
# cpu: 100m

## Embedded data volume & volumeMount (default working)
volumeClaim:
Expand Down

0 comments on commit 710bba1

Please sign in to comment.