Skip to content

Commit

Permalink
Preparing for v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmartinol committed Oct 6, 2022
1 parent c0b56dc commit 64a6df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ The `monitoring` execution allows to define multiple environments to be collecte
Each environment is specified by a file wih `.conf` suffix that must be located in the `exporter-monitoring-config` ConfigMap, that comes with an example file:
```yaml
data:
infinity202110.conf: environment=Infinity202110 ns-selector=infinitySubChart=true
example.conf: |
environment=example
ns-selector=app=example
Expand Down
3 changes: 2 additions & 1 deletion openshift/serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ objects:
SERVER_PORT: '8080'
LOG_LEVEL: info
# The namespace selector labels (comma separated sequence of key=value)
NS_SELECTOR: infinitySubChart=true
NS_SELECTOR: label=value
ENVIRONMENT: environment-name
- apiVersion: serving.knative.dev/v1
kind: Service
metadata:
Expand Down

0 comments on commit 64a6df7

Please sign in to comment.