-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(k8s): allow setting annotations and labels on project namespace
You can now configure both annotations and labels on namespaces. The `namespace` field on the `kubernetes` provider now also accepts an object instead of just a string, so you can specify the desired annotations and/or labels there. These will be applied when creating namespaces, and Garden will also attempt to ensure those annotations and labels are on existing namespaces (emitting a warning if e.g. not allowed to modify the namespace).
- Loading branch information
Showing
38 changed files
with
1,513 additions
and
835 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.