Skip to content

Commit

Permalink
fix: use the right field name
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Oct 4, 2022
1 parent 7f277fb commit 9b9be5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/lagoon/v1beta1/lagoonbuild_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ type Project struct {
Registry string `json:"registry,omitempty"`
EnvironmentIdling *int `json:"environmentIdling,omitempty"`
ProjectIdling *int `json:"projectIdling,omitempty"`
StorageCalculator *int `json:"storageCalc,omitempty"`
StorageCalculator *int `json:"storageCalculator,omitempty"`
}

// Variables contains the project and environment variables from lagoon.
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/crd.lagoon.sh_lagoonbuilds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
type: string
standbyEnvironment:
type: string
storageCalc:
storageCalculator:
type: integer
subfolder:
type: string
Expand Down

0 comments on commit 9b9be5d

Please sign in to comment.