Skip to content

Commit

Permalink
🚀 feat(operator): add namespace to grafanaDashboard
Browse files Browse the repository at this point in the history
The `namespace` field has been added to the `grafanaDashboard` section of the `values.yaml` file. This allows the Grafana dashboard to be deployed to a specific namespace, which improves organization and separation of concerns.

Signed-off-by: MateSousa <matessousa@outlook.com>
  • Loading branch information
MateSousa committed Jun 23, 2023
1 parent 714fd06 commit 8561b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ serviceMonitor:
# namespace: ""
grafanaDashboard:
enabled: false
namespace: system
folder:
annotation: grafana_folder
name: ai
Expand Down

0 comments on commit 8561b37

Please sign in to comment.