Skip to content

Commit

Permalink
remove workload identity from query (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkickr authored and kushalmalani committed Jun 13, 2023
1 parent e58c1ad commit 1e1382f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion astro-client/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ var (
createdAt
status
dagDeployEnabled
workloadIdentity
schedulerSize
type
isHighAvailability
Expand Down
1 change: 0 additions & 1 deletion astro-client/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 1e1382f

Please sign in to comment.