Skip to content

Commit

Permalink
refactor the tinkerbell operator manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Moath Qasim <[email protected]>
  • Loading branch information
moadqassem committed Apr 4, 2023
1 parent 018f32f commit a05a92e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deploy/tinkerbell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ metadata:
app.kubernetes.io/name: kubetink
rules:
- apiGroups: [""]
resources: ["secrets", "services", "configmaps", "serviceaccounts"]
resources: ["events", "secrets", "services", "configmaps", "serviceaccounts"]
verbs: ["*"]
- apiGroups: ["apps"]
resources: ["deployments"]
Expand Down Expand Up @@ -1267,11 +1267,12 @@ spec:
spec:
containers:
- name: kubetink-operator
image: moadqassem/kubetink:latest
image: moadqassem/kubetink:v0.1.0
imagePullPolicy: IfNotPresent
command:
- kubetink
- tinkerbell
args:
- --namespace=tinkerbell
- --leader-election-namespace=kube-system
serviceAccountName: kubetink-service-account

0 comments on commit a05a92e

Please sign in to comment.