Remove unused ServiceAccount from attachments app and update HelmRelease configuration
This commit is contained in:
parent
43d9f13f5b
commit
fc728939d1
@ -28,7 +28,8 @@ spec:
|
||||
attachments:
|
||||
enabled: true
|
||||
serviceAccount:
|
||||
# Не создаём SA — используем существующий из base/serviceaccount.yaml.
|
||||
enabled:
|
||||
_default: true
|
||||
name:
|
||||
_default: attachments-vault
|
||||
deployment:
|
||||
|
||||
@ -4,5 +4,4 @@ kind: Kustomization
|
||||
namespace: attachments
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- serviceaccount.yaml
|
||||
- helmrelease.yaml
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: attachments-vault
|
||||
namespace: attachments
|
||||
Loading…
Reference in New Issue
Block a user