fix(tuppr): patch ServiceAccount apiVersion in HelmRelease
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user