Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: remove need for vendor #123

Merged
merged 13 commits into from
Jun 17, 2023
Prev Previous commit
Next Next commit
fix(kube): typo in capabilities object name
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Jun 16, 2023
commit 28e63fd3f7f7792637345379937be03676576127
2 changes: 1 addition & 1 deletion cluster/kube/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
AkashManifestServiceLabelName = "akash.network/manifest-service"
AkashNetworkStorageClasses = "akash.network/storageclasses"
AkashServiceTarget = "akash.network/service-target"
AkashServiceCapabilityGPU = "akash.network/capability.gpu"
AkashServiceCapabilityGPU = "akash.network/capabilities.gpu"
AkashMetalLB = "metal-lb"
akashDeploymentPolicyName = "akash-deployment-restrictions"
akashNetworkNamespace = "akash.network/namespace"
Expand Down