Fix: Use existing ServiceAccount clawd-sa, remove duplicate SA definition
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: claw-sa
|
||||
namespace: clawdbox
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
@@ -22,7 +16,7 @@ spec:
|
||||
labels:
|
||||
app: clawdbox
|
||||
spec:
|
||||
serviceAccountName: claw-sa
|
||||
serviceAccountName: clawd-sa
|
||||
containers:
|
||||
- name: clawdbox
|
||||
image: image-registry.openshift-image-registry.svc:5000/clawdbox/clawdbox:latest
|
||||
|
||||
Reference in New Issue
Block a user