Skip to content

Commit

Permalink
Revert nfs_path value
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdantverdyi committed Nov 5, 2021
1 parent f8131bf commit bf3d1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ tls | TLS Secret name for all URLs | `string` | n/a | `secret-tls` | yes
prometheus_tls | Overwrite tls instead of general whitelist for prometheus | `string` | null | `prometheus-secret-tls` | no
alertmanager_tls | Overwrite tls instead of general whitelist for alertmanager | `string` | null | `alertmanager-secret-tls` | no
grafana_tls | Overwrite tls instead of general whitelist for grafana | `string` | null | `grafana-secret-tls` | no
nfs_path | (Optional) Path on NFS, where volumes will create. (Need create manually and give permissions) | `string` | `"/"` | `/my_path` | no

### Grafana Auth
Name | Description | Type | Default | Example | Required
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ variable "nfs_endpoint" {
variable "nfs_path" {
description = "(Optional) Path on NFS, where volumes will create. (Need create manually and give permissions). Also you can set '/' "
type = string
default = "/"
default = "/monitoring"
}

# Persitant Volumes
Expand Down

0 comments on commit bf3d1f4

Please sign in to comment.