Merge pull request #80 from raulcabello/namespace-labels

Add namespaceLabels and namespaceAnnotations documentation
This commit is contained in:
Raul Cabello Martin 2023-07-05 12:50:32 +02:00 committed by GitHub
commit e1ddf91599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,13 @@ defaultNamespace: default
# Default: "" # Default: ""
namespace: default namespace: default
# namespaceLabels are labels that will be appended to the namespace created by Fleet.
namespaceLabels:
key: value
# namespaceAnnotations are annotations that will be appended to the namespace created by Fleet.
namespaceAnnotations:
key: value
# Optional map of labels, that are set at the bundle and can be used in a # Optional map of labels, that are set at the bundle and can be used in a
# dependsOn.selector # dependsOn.selector
labels: labels:
@ -212,4 +219,5 @@ overrideTargets:
- clusterSelector: - clusterSelector:
matchLabels: matchLabels:
env: dev env: dev
``` ```