Skip to content

Commit e0da62e

Browse files
committed
Add support for the metricsGcpServiceAccountEmail field in ConfigManagement Fleet-level default config
1 parent fad8a42 commit e0da62e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mmv1/products/gkehub2/Feature.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@ properties:
283283
- name: 'preventDrift'
284284
type: Boolean
285285
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.'
286+
- name: 'metricsGcpServiceAccountEmail'
287+
type: String
288+
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.'
286289
- name: 'git'
287290
type: NestedObject
288291
description: 'Git repo configuration for the cluster'

0 commit comments

Comments
 (0)