Skip to content

Commit

Permalink
k8app: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d7561985 committed Nov 10, 2023
1 parent 9d8e2a2 commit 7a20034
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.7
version: 1.1.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
14 changes: 7 additions & 7 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,13 +306,13 @@ config:
# must be after transform always!!!!
resource/metrics:
attributes:
# bugfix: is already exist namespace - we mustn't replace it
# previously was in transform/metric_statements and overwrite some important system metrics from k8s
- key: namespace
action: insert
from: k8s.namespace.name
- key: k8s.namespace.name
action: delete
# bugfix: is already exist namespace - we mustn't replace it
# previously was in transform/metric_statements and overwrite some important system metrics from k8s
- key: namespace
action: insert
from_attribute: k8s.namespace.name
- key: k8s.namespace.name
action: delete
resource:
attributes:
- key: project
Expand Down

0 comments on commit 7a20034

Please sign in to comment.