Skip to content

Commit

Permalink
Merge pull request #2977 from Sheikh-Abubaker/auto-mount-pr
Browse files Browse the repository at this point in the history
[grafana] autoMount set to false in values.yaml
  • Loading branch information
Xtigyro authored Feb 22, 2024
2 parents d98e724 + e65551a commit 49b6994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 7.3.1
version: 7.3.2
appVersion: 10.3.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ serviceAccount:
## Service account annotations. Can be templated.
# annotations:
# eks.amazonaws.com/role-arn: arn:aws:iam::123456789000:role/iam-role-name-here
autoMount: true
autoMount: false

replicas: 1

Expand Down

0 comments on commit 49b6994

Please sign in to comment.