Remove unused ServiceAccount from attachments app and update HelmRelease configuration

This commit is contained in:
emelinda 2026-04-24 17:26:39 +03:00
parent 43d9f13f5b
commit fc728939d1
3 changed files with 2 additions and 7 deletions

View File

@ -28,7 +28,8 @@ spec:
attachments:
enabled: true
serviceAccount:
# Не создаём SA — используем существующий из base/serviceaccount.yaml.
enabled:
_default: true
name:
_default: attachments-vault
deployment:

View File

@ -4,5 +4,4 @@ kind: Kustomization
namespace: attachments
resources:
- namespace.yaml
- serviceaccount.yaml
- helmrelease.yaml

View File

@ -1,5 +0,0 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: attachments-vault
namespace: attachments