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:
|
attachments:
|
||||||
enabled: true
|
enabled: true
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
# Не создаём SA — используем существующий из base/serviceaccount.yaml.
|
enabled:
|
||||||
|
_default: true
|
||||||
name:
|
name:
|
||||||
_default: attachments-vault
|
_default: attachments-vault
|
||||||
deployment:
|
deployment:
|
||||||
|
|||||||
@ -4,5 +4,4 @@ kind: Kustomization
|
|||||||
namespace: attachments
|
namespace: attachments
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- serviceaccount.yaml
|
|
||||||
- helmrelease.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