Skip to content

Commit

Permalink
Add support for the metricsGcpServiceAccountEmail field in ConfigMana…
Browse files Browse the repository at this point in the history
…gement Fleet-level default config
  • Loading branch information
terlar committed Jan 7, 2025
1 parent fad8a42 commit e0da62e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mmv1/products/gkehub2/Feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ properties:
- name: 'preventDrift'
type: Boolean
description: 'Set to true to enable the Config Sync admission webhook to prevent drifts. If set to `false`, disables the Config Sync admission webhook and does not prevent drifts.'
- name: 'metricsGcpServiceAccountEmail'
type: String
description: 'The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring. The GSA should have the Monitoring Metric Writer(roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound to the GSA.'
- name: 'git'
type: NestedObject
description: 'Git repo configuration for the cluster'
Expand Down

0 comments on commit e0da62e

Please sign in to comment.