File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ project_name: kubectl-del-namespace
3
3
builds :
4
4
- id : main
5
5
main : main.go
6
- binary : kubectl-del-namespace
6
+ binary : kubectl-del_namespace
7
7
goos :
8
8
- linux
9
9
- darwin
@@ -114,7 +114,7 @@ brews:
114
114
homepage : https://github.com/DoodleScheduling/kubectl-del-namespace
115
115
folder : Formula
116
116
test : |
117
- system "#{bin}/kubectl-del-namespace -h"
117
+ system "#{bin}/kubectl-del_namespace -h"
118
118
119
119
krews :
120
120
- ids :
Original file line number Diff line number Diff line change 1
1
FROM gcr.io/distroless/static:nonroot@sha256:91ca4720011393f4d4cab3a01fa5814ee2714b7d40e6c74f2505f74168398ca9
2
2
WORKDIR /
3
- COPY kubectl-del-namespace kubectl-del-namespace
3
+ COPY kubectl-del_namespace kubectl-del_namespace
4
4
5
- ENTRYPOINT ["/kubectl-del-namespace " ]
5
+ ENTRYPOINT ["/kubectl-del_namespace " ]
You can’t perform that action at this time.
0 commit comments