mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 08:39:17 -03:00
fix(common): ensure global annotations are enabled
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 12.2.18
|
||||
version: 12.2.19
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user