Skip to content

Commit

Permalink
Merge pull request #10 from uselagoon/fix-labels
Browse files Browse the repository at this point in the history
fix: use the right labels to get Lagoon IDs
  • Loading branch information
smlx authored Feb 2, 2022
2 parents 962e02a + aed6668 commit 8bcc765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/k8s/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (

var (
timeout = 8 * time.Second
projectIDLabel = "lagoon.sh/project"
environmentIDLabel = "lagoon.sh/environment"
projectIDLabel = "lagoon.sh/projectId"
environmentIDLabel = "lagoon.sh/environmentId"
)

// Client is a k8s client.
Expand Down

0 comments on commit 8bcc765

Please sign in to comment.