Skip to content

Commit 7f8e035

Browse files
committed
chore: disable octavia
It does not work since 2025.2 upgrade and only produces unnecessary alerts.
1 parent 4e5fd54 commit 7f8e035

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/argocd-understack/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ site:
344344
# -- Octavia (Load Balancer Service)
345345
octavia:
346346
# -- Enable/disable deploying Octavia
347-
# @default -- true
348-
enabled: true
347+
# @default -- false
348+
enabled: false
349349
# -- Sync wave for deployment ordering
350350
# @default -- 3
351351
wave: 3

0 commit comments

Comments
 (0)