Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Do not use deprecated project name label
Browse files Browse the repository at this point in the history
```improvement operator
gardenctl no longer relies on the deprecated `project.garden.sapcloud.io/name` label
```

Signed-off-by: ialidzhikov <[email protected]>
  • Loading branch information
ialidzhikov committed Nov 6, 2020
1 parent 494416e commit 7b3a9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/target.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
)

// ProjectName is they key of a label on namespaces whose value holds the project name.
const ProjectName = "project.garden.sapcloud.io/name"
const ProjectName = "project.gardener.cloud/name"

var (
pgarden string
Expand Down

0 comments on commit 7b3a9f6

Please sign in to comment.