now running with service account

This commit is contained in:
Erik Brakkee 2025-01-14 20:00:58 +01:00
parent e9fdece4ec
commit 9ecc9bbd65
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,7 @@ spec:
app: converge app: converge
prometheus-scrapable: "true" prometheus-scrapable: "true"
spec: spec:
serviceAccountName: converge
containers: containers:
- image: {{.Values.registry}}/converge:{{.Values.version}} - image: {{.Values.registry}}/converge:{{.Values.version}}
imagePullPolicy: Always imagePullPolicy: Always

View File

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: converge