fix(common): ensure global annotations are enabled

This commit is contained in:
Kjeld Schouten-Lebbing
2023-03-06 17:02:19 +01:00
parent 478660793e
commit 8968f7719a
2 changed files with 3 additions and 3 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 12.2.18
version: 12.2.19

View File

@@ -5,9 +5,9 @@ global:
# -- Set additional global annotations
annotations: {}
# -- Adds metalLB annotations to services
addMetalLBAnnotations: false
addMetalLBAnnotations: true
# -- Adds traefik annotations to services
addTraefikAnnotations: false
addTraefikAnnotations: true
# -- Minimum nodePort value
minNodePort: 9000