|
|
@@ -35,7 +35,7 @@ type GCPWorkloadIdentity struct {
|
|
|
ServiceAccountRef esmeta.ServiceAccountSelector `json:"serviceAccountRef"`
|
|
|
ClusterLocation string `json:"clusterLocation"`
|
|
|
ClusterName string `json:"clusterName"`
|
|
|
- ClusterProjectID string `json:"clusterProjectID"`
|
|
|
+ ClusterProjectID string `json:"clusterProjectID,omitempty"`
|
|
|
}
|
|
|
|
|
|
// GCPSMProvider Configures a store to sync secrets using the GCP Secret Manager provider.
|