Skip to content

Commit eba58b0

Browse files
authored
build: Remove currently unused flux (#163)
1 parent a58f30b commit eba58b0

File tree

5 files changed

+1
-15
lines changed

5 files changed

+1
-15
lines changed

devbox.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"crane@latest",
77
"envsubst@latest",
88
"findutils@latest",
9-
"fluxcd@latest",
109
"ginkgo@latest",
1110
"git@latest",
1211
"github-cli@latest",

devbox.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737
"source": "devbox-search",
3838
"version": "4.9.0"
3939
},
40-
"fluxcd@latest": {
41-
"last_modified": "2023-08-25T03:28:31Z",
42-
"resolved": "github:NixOS/nixpkgs/1e44a037bbf4fcaba041436e65e87be88f3f495b#fluxcd",
43-
"source": "devbox-search",
44-
"version": "2.1.0"
45-
},
4640
"ginkgo@latest": {
4741
"last_modified": "2023-09-04T16:24:30Z",
4842
"resolved": "github:NixOS/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1#ginkgo",

make/all.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ include $(INCLUDE_DIR)upx.mk
1717
include $(INCLUDE_DIR)addons.mk
1818
include $(INCLUDE_DIR)kind.mk
1919
include $(INCLUDE_DIR)clusterctl.mk
20-
include $(INCLUDE_DIR)flux.mk
2120
include $(INCLUDE_DIR)dev.mk
2221
include $(INCLUDE_DIR)helm.mk
2322
include $(INCLUDE_DIR)examples.mk

make/dev.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ADDONS_PROVIDER := ClusterResourceSet
55

66
.PHONY: dev.run-on-kind
77
dev.run-on-kind: export KUBECONFIG := $(KIND_KUBECONFIG)
8-
dev.run-on-kind: kind.create flux.install clusterctl.init
8+
dev.run-on-kind: kind.create clusterctl.init
99
ifndef SKIP_BUILD
1010
$(MAKE) release-snapshot
1111
endif

make/flux.mk

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)