Skip to content

Commit

Permalink
Merge pull request #239 from openinfradev/policy-serving
Browse files Browse the repository at this point in the history
fluentbit: add collecting targets for policy-serving
  • Loading branch information
ktkfree authored May 21, 2024
2 parents 15e62a7 + 7bd3a5f commit aaf00ca
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aws-msa-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ charts:
- index: platform
loki_name: taco-loki
key: $kubernetes['namespace_name']
value: kube-system|$(lmaNameSpace)|taco-system|argo
value: kube-system|$(lmaNameSpace)|taco-system|gatekeeper-system|argo
parser: docker
path: /var/log/containers/*.log
type: kubernates
Expand Down
2 changes: 1 addition & 1 deletion aws-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ charts:
- index: platform
loki_name: taco-loki
key: $kubernetes['namespace_name']
value: kube-system|$(lmaNameSpace)|taco-system|argo
value: kube-system|$(lmaNameSpace)|taco-system|gatekeeper-system|argo
parser: docker
path: /var/log/containers/*.log
type: kubernates
Expand Down
2 changes: 1 addition & 1 deletion byoh-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ charts:
- index: platform
loki_name: taco-loki
key: $kubernetes['namespace_name']
value: kube-system|$(lmaNameSpace)|taco-system|argo
value: kube-system|$(lmaNameSpace)|taco-system|gatekeeper-system|argo
parser: docker
path: /var/log/containers/*.log
type: kubernates
Expand Down
2 changes: 1 addition & 1 deletion byoh-ssu-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ charts:
- index: platform
loki_name: taco-loki
key: $kubernetes['namespace_name']
value: kube-system|$(lmaNameSpace)|taco-system|argo
value: kube-system|$(lmaNameSpace)|taco-system|gatekeeper-system|argo
parser: docker
path: /var/log/containers/*.log
type: kubernates
Expand Down
2 changes: 1 addition & 1 deletion byoh-stage-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ charts:
- index: platform
loki_name: taco-loki
key: $kubernetes['namespace_name']
value: kube-system|$(lmaNameSpace)|taco-system|argo
value: kube-system|$(lmaNameSpace)|taco-system|gatekeeper-system|argo
parser: docker
path: /var/log/containers/*.log
type: kubernates
Expand Down
2 changes: 1 addition & 1 deletion eks-msa-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ charts:
- index: platform
loki_name: taco-loki
key: $kubernetes['namespace_name']
value: kube-system|$(lmaNameSpace)|taco-system|argo
value: kube-system|$(lmaNameSpace)|taco-system|gatekeeper-system|argo
parser: docker
path: /var/log/containers/*.log
type: kubernates
Expand Down
2 changes: 1 addition & 1 deletion eks-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ charts:
- index: platform
loki_name: taco-loki
key: $kubernetes['namespace_name']
value: kube-system|$(lmaNameSpace)|taco-system|argo
value: kube-system|$(lmaNameSpace)|taco-system|gatekeeper-system|argo
parser: docker
path: /var/log/containers/*.log
type: kubernates
Expand Down

0 comments on commit aaf00ca

Please sign in to comment.