Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions applications_prd/monitoring/loki-distributed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ spec:
- repoURL: https://github.com/DOME-Marketplace/dome-gitops
targetRevision: HEAD
ref: values
# The `values` source above only supplies valueFiles; it does not deploy
# manifests. This third source deploys the S3 SealedSecret that every Loki
# component now needs, using the same pattern as applications_prd/argocd.yaml.
# `include` is required so values.yaml is not applied as a manifest.
- repoURL: https://github.com/DOME-Marketplace/dome-gitops
targetRevision: HEAD
path: ionos_prd/loki-distributed
directory:
include: 'loki-s3-sealed-secret.yaml'
destination:
namespace: loki-distributed
server: https://kubernetes.default.svc
Expand Down
Loading