commit | 30018915e8da79c6306609750b2a107c33b7f97d | [log] [tgz] |
---|---|---|
author | vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> | Fri Sep 27 11:09:29 2024 -0400 |
committer | GitHub <noreply@github.com> | Fri Sep 27 15:09:29 2024 +0000 |
tree | 8cce17224206f2f0e5fe751f6174236f0fc88869 | |
parent | bd787921000092cb367c04eecf01219556781c7b [diff] [blame] |
[stable/2024.1] Add optional kubeconfig path to roles (#1919) This is an automated cherry-pick of #1871 /assign mnaser
diff --git a/roles/loki/defaults/main.yml b/roles/loki/defaults/main.yml index 196238b..3c02c30 100644 --- a/roles/loki/defaults/main.yml +++ b/roles/loki/defaults/main.yml
@@ -17,4 +17,5 @@ loki_helm_chart_ref: /usr/local/src/loki loki_helm_release_namespace: monitoring +loki_helm_kubeconfig: "{{ kubeconfig_path | default('/etc/kubernetes/admin.conf') }}" loki_helm_values: {}