Skip to content

Commit

Permalink
split
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Nov 26, 2024
1 parent 5498df9 commit e596367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ix-dev/community/grafana/ix_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ images:
consts:
grafana_container_name: grafana
perms_container_name: permissions
data_path: /var/lib/grafana
data_path: /var/lib/grafana/data
plugins_path: /var/lib/grafana/plugins
ssl_cert_path: /grafana/certs/tls.crt
ssl_key_path: /grafana/certs/tls.key
2 changes: 1 addition & 1 deletion ix-dev/community/grafana/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{% do perm_container.add_or_skip_action("data", values.storage.data, perms_config) %}

{% do c1.add_storage(values.consts.plugins_path, values.storage.plugins) %}
{% do perm_container.add_or_skip_action("storage", values.storage.plugins, perms_config) %}
{% do perm_container.add_or_skip_action("plugins", values.storage.plugins, perms_config) %}

{% for store in values.storage.additional_storage %}
{% do c1.add_storage(store.mount_path, store) %}
Expand Down

0 comments on commit e596367

Please sign in to comment.