Skip to content

Commit 5b6eaa2

Browse files
committed
make: remove unrequired configuration
1 parent 6f2e53f commit 5b6eaa2

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.k8s/Makefile

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ GIT_USERNAME ?= $(shell git config user.name | tr -d ' '| tr '[:upper:]' '[:lowe
1212

1313
.SILENT:
1414

15-
# Whether to run all the python versions from the whole support matrix
16-
FULL ?= false
1715
# TODO: allow dynamism so the cluster is defined in Vault maybe?
1816
K8S_CLUSTER ?= observability-ci-test-k8s
1917
K8S_NAMESPACE ?= $(GIT_USERNAME)
@@ -25,15 +23,6 @@ GCLOUD_K8S_CLUSTER_REGION ?= us-central1-c
2523
GCLOUD_K8S_CLUSTER_PROJECT ?= elastic-observability
2624
DEFAULT_REPO ?= docker.elastic.co/beats-dev
2725

28-
EXCLUDE = .ci/.jenkins_exclude.yml
29-
ifeq ($(FULL), true)
30-
FRAMEWORKS = .ci/.jenkins_framework_full.yml
31-
VERSIONS = .ci/.jenkins_python_full.yml
32-
else
33-
FRAMEWORKS = .ci/.jenkins_framework.yml
34-
VERSIONS = .ci/.jenkins_python.yml
35-
endif
36-
3726

3827
################################
3928
## Helper function
@@ -42,8 +31,6 @@ endif
4231
help:
4332
@echo "Environment variables:"
4433
@echo ""
45-
@echo 'VAULT_TOKEN=$$(cat $${HOME}/.vault-token) this token is needed for local operations'
46-
@echo ""
4734
@echo "Main targets:"
4835
@echo ""
4936
@grep '^## @help' Makefile|cut -d ":" -f 2-3|( (sort|column -s ":" -t) || (sort|tr ":" "\t") || (tr ":" "\t"))
@@ -65,6 +52,7 @@ bin/skaffold: bin
6552
chmod +x "$(SKAFFOLD)"
6653

6754
setup: bin/kubectl bin/skaffold
55+
pip3 install -r requirements.txt
6856

6957
################################
7058
## K8s specific helper functions

0 commit comments

Comments
 (0)