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
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
@@ -22,7 +16,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: clawdbox
|
app: clawdbox
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: claw-sa
|
serviceAccountName: clawd-sa
|
||||||
containers:
|
containers:
|
||||||
- name: clawdbox
|
- name: clawdbox
|
||||||
image: image-registry.openshift-image-registry.svc:5000/clawdbox/clawdbox:latest
|
image: image-registry.openshift-image-registry.svc:5000/clawdbox/clawdbox:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user