Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

🌱 Remove unnecessary env variables in make target env-vars-for-wl-cluster#102

Merged
matofeder merged 2 commits into
mainfrom
feat/env-variables
Feb 26, 2024
Merged

🌱 Remove unnecessary env variables in make target env-vars-for-wl-cluster#102
matofeder merged 2 commits into
mainfrom
feat/env-variables

Conversation

@michal-gubricky

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:
Based on the introduction of local_mode feature(see issue #76). Some env variables are not needed when we are using local_mode. This commit adjust .envrc.sample and also remove these unnecessary env variables in make target env-vars-for-wl-cluster.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #100

TODOs:

  • squash commits
  • include documentation
  • add unit tests

@michal-gubricky michal-gubricky self-assigned this Feb 21, 2024
@michal-gubricky
michal-gubricky marked this pull request as ready for review February 22, 2024 08:49
Comment thread Makefile
Comment thread Makefile Outdated
Based on the introduction of local_mode feature(see issue #76).
Some env variables are not needed when we are using local_mode.
This commit adjust .envrc.sample and also remove these unnecessary
env variables in make target env-vars-for-wl-cluster.

Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>
Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>

@matofeder matofeder left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@matofeder
matofeder merged commit 1d9b91e into main Feb 26, 2024
@matofeder
matofeder deleted the feat/env-variables branch February 26, 2024 07:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some env variables are not needed when local_mode is enabled

2 participants