Skip to content

Commit

Permalink
Merge pull request #3285 from NWilkieTechno/patch-1
Browse files Browse the repository at this point in the history
[grafana] Update README.md
  • Loading branch information
zanhsieh authored Aug 22, 2024
2 parents 79a0101 + c2de201 commit 7f43364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8.4.6
version: 8.4.7
appVersion: 11.1.4
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
4 changes: 2 additions & 2 deletions charts/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ stringData:
Include in the `extraSecretMounts` configuration flag:

```yaml
- extraSecretMounts:
extraSecretMounts:
- name: auth-generic-oauth-secret-mount
secretName: auth-generic-oauth-secret
defaultMode: 0440
Expand All @@ -731,7 +731,7 @@ Include in the `extraSecretMounts` configuration flag:
This example uses a CSI driver e.g. retrieving secrets using [Azure Key Vault Provider](https://github.com/Azure/secrets-store-csi-driver-provider-azure)

```yaml
- extraSecretMounts:
extraSecretMounts:
- name: secrets-store-inline
mountPath: /run/secrets
readOnly: true
Expand Down

0 comments on commit 7f43364

Please sign in to comment.