You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mmv1/products/gkehub2/Feature.yaml
+3
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,9 @@ properties:
283
283
- name: 'preventDrift'
284
284
type: Boolean
285
285
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.'
286
289
- name: 'git'
287
290
type: NestedObject
288
291
description: 'Git repo configuration for the cluster'
0 commit comments