add(loki): Add Loki (#1367)

* initial work on Loki App

* some steps

* fix some mistakes

* hmm

* use secret instead of configmap, like upstream

* actually use the damn secret stupid

* add promtail dependency directly from upstream

* setup questions.yaml

* random butchery fix
This commit is contained in:
Kjeld Schouten-Lebbing
2021-11-21 21:52:23 +01:00
committed by GitHub
parent f79dc24037
commit f6e627b61a
11 changed files with 595 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ jobs:
helm repo add truecharts https://truecharts.org
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add metallb https://metallb.github.io/metallb
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
- uses: actions/setup-python@v2

View File

@@ -39,6 +39,7 @@ jobs:
helm repo add truecharts https://truecharts.org
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add metallb https://metallb.github.io/metallb
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
- name: Run chart-testing (lint)