diff --git a/astro-client/queries.go b/astro-client/queries.go index 78476d3b2..c2153c412 100644 --- a/astro-client/queries.go +++ b/astro-client/queries.go @@ -106,7 +106,6 @@ var ( createdAt status dagDeployEnabled - workloadIdentity schedulerSize type isHighAvailability diff --git a/astro-client/types.go b/astro-client/types.go index 6d17eee21..0c4e3a9d2 100644 --- a/astro-client/types.go +++ b/astro-client/types.go @@ -56,7 +56,6 @@ type Deployment struct { ReleaseName string `json:"releaseName"` Version string `json:"version"` Type string `json:"type"` - WorkloadIdentity string `json:"workloadIdentity"` DagDeployEnabled bool `json:"dagDeployEnabled"` APIKeyOnlyDeployments bool `json:"apiKeyOnlyDeployments"` AlertEmails []string `json:"alertEmails"`