fix(tuppr): patch ServiceAccount apiVersion in HelmRelease

This commit is contained in:
2026-02-27 04:25:28 +01:00
parent c2fbc5cd70
commit 4119ef475e

View File

@@ -9,6 +9,16 @@ spec:
chartRef:
kind: OCIRepository
name: *app
postRenderers:
- kustomize:
patches:
- target:
kind: ServiceAccount
name: tuppr-talosconfig
patch: |
- op: replace
path: /apiVersion
value: v1
values:
replicaCount: 2
monitoring: