Merge pull request #80 from raulcabello/namespace-labels
Add namespaceLabels and namespaceAnnotations documentation
This commit is contained in:
commit
e1ddf91599
|
|
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue