Skip to content

Commit 336af55

Browse files
authoredMar 18, 2023
Remove hardcoded entrypoint in kustomize (#950)
This was changed in our container image after we switched over to ko. Apparently we missed the fix in the kustomize file. Solves: #928
1 parent ce95283 commit 336af55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎deploy/base/deployment.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ spec:
3434
- --health-probe-bind-address=:8081
3535
- --metrics-bind-address=127.0.0.1:8080
3636
- --leader-elect
37-
command:
38-
- /manager
3937
image: ghcr.io/grafana-operator/grafana-operator:v5.0.0
4038
imagePullPolicy: Always
4139
livenessProbe:

0 commit comments

Comments
 (0)
Please sign in to comment.