-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update helm chart for
furiosa-metrics-exporter
(#15)
* Update helm chart for `furiosa-metrics-exporter` * Add parenthesis to the env value section * Revert image to `docker.io/furiosaai/furiosa-metrics-exporter` * Change `command` to `args` * revert image specification at `daemonset.yaml` * rollback `appVersion` to `0.1.0`
- Loading branch information
1 parent
d61ddce
commit 0a7117a
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,6 @@ service: | |
port: 6254 | ||
targetPort: 6254 | ||
enableScrapAnnotations: true | ||
|
||
config: | ||
collectInterval: 10 |