Skip to content

Commit

Permalink
Moved Declaration of dynamic content from Makefile to .env file for …
Browse files Browse the repository at this point in the history
…Equinix-Metal (#21)

* Moved Declaration of dynamic content from Makefile to .env file for Equinix-Metal

* Updated Makefile and added .env in .gitignore

* Updated Makefile to move the include command at top.
  • Loading branch information
piyuagr authored Oct 30, 2023
1 parent 369b7aa commit ad4baa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/tmp/*
/dev
/logs

.env
.vscode
.idea
*.DS_Store
Expand Down
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.

-include .env

BINARY_PATH := bin/
COVERPROFILE := test/output/coverprofile.out
IMAGE_REPOSITORY := <link-to-image-repo>
IMAGE_TAG := $(shell cat VERSION)
PROVIDER_NAME := SampleProvider
PROJECT_NAME := gardener
CONTROL_NAMESPACE := default
CONTROL_KUBECONFIG := dev/target-kubeconfig.yaml
TARGET_KUBECONFIG := dev/target-kubeconfig.yaml

#########################################
# Rules for running helper scripts
Expand Down

0 comments on commit ad4baa8

Please sign in to comment.