2254a39d77
- converted the artifact-keeper helm-chart into kustomization manifests - converted postgres to cnpg - moved secrets to vault
12 lines
272 B
YAML
12 lines
272 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: backend
|
|
namespace: artifact-keeper
|
|
labels:
|
|
app.kubernetes.io/name: artifact-keeper
|
|
app.kubernetes.io/instance: ak
|
|
app.kubernetes.io/part-of: artifact-keeper
|
|
app.kubernetes.io/component: backend
|