Skip to content

Commit ef392d9

Browse files
committed
Remove applyconfig from the repo
1 parent 5f0dfa3 commit ef392d9

File tree

4 files changed

+6
-337
lines changed

4 files changed

+6
-337
lines changed

Makefile

+6-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@ check-core:
77
core-services/_hack/validate-core-services.sh core-services
88
@echo "Core service config check: PASS"
99

10+
# applyconfig is https://github.com/openshift/ci-tools/tree/master/cmd/applyconfig
11+
1012
dry-core-admin:
11-
go run ./tools/applyconfig --config-dir core-services --level=admin
13+
applyconfig --config-dir core-services --level=admin
1214

1315
core-admin:
14-
go run ./tools/applyconfig --config-dir core-services --level=admin --confirm=true
16+
applyconfig --config-dir core-services --level=admin --confirm=true
1517

1618
dry-core:
17-
go run ./tools/applyconfig --config-dir core-services
19+
applyconfig --config-dir core-services
1820

1921
core:
20-
go run ./tools/applyconfig --config-dir core-services --confirm=true
22+
applyconfig --config-dir core-services --confirm=true
2123

2224
# LEGACY TARGETS
2325
# You should not need to add new targets here.

tools/applyconfig/README.md

-33
This file was deleted.

tools/applyconfig/applyconfig.go

-188
This file was deleted.

tools/applyconfig/applyconfig_test.go

-112
This file was deleted.

0 commit comments

Comments
 (0)