Skip to content

[Feature] : Added Custom EnvVars support#631

Merged
shubham-cmyk merged 5 commits intoOT-CONTAINER-KIT:masterfrom
sadath-12:sadath-ot
Sep 16, 2023
Merged

[Feature] : Added Custom EnvVars support#631
shubham-cmyk merged 5 commits intoOT-CONTAINER-KIT:masterfrom
sadath-12:sadath-ot

Conversation

@sadath-12
Copy link
Copy Markdown
Contributor

@sadath-12 sadath-12 commented Sep 15, 2023

Fixes #630

Type of change

You can now add extra env field under to spec to configure additionalEnvs
For ex: under Spec section you can add ``` env:

  • name: CUSTOM_ENV_VAR_1
    value: "custom_value_1"
  • name: CUSTOM_ENV_VAR_2
    value: "custom_value_2" ```
  • New feature (non-breaking change which adds functionality)

Checklist

  • Tests have been added/modified and all tests pass.
  • Functionality/bugs have been confirmed to be unchanged or fixed.
  • I have performed a self-review of my own code.
  • Documentation has been updated or added where necessary.

Additional Context

sadath-12 and others added 4 commits September 15, 2023 15:13
Signed-off-by: syedsadath-17 <90619459+sadath-12@users.noreply.github.com>
Signed-off-by: syedsadath-17 <90619459+sadath-12@users.noreply.github.com>
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
@shubham-cmyk shubham-cmyk changed the title Feature: Added Custom EnvVars support [Feature] : Added Custom EnvVars support Sep 16, 2023
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
@shubham-cmyk shubham-cmyk merged commit e39e1d1 into OT-CONTAINER-KIT:master Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose means and way to configure ENV vars to rediscluster, not just redis_exporter

2 participants