Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
adds comment for env.open
Browse files Browse the repository at this point in the history
Signed-off-by: Egor I <[email protected]>
  • Loading branch information
cheshi-mantu committed Aug 2, 2024
1 parent f3d6310 commit 24f5600
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/testops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,11 @@ certificates:
# env section allows passing extra environment variables to the service in case you require something specific
# and it is not included into the standard chart
# usage example
# ENVVAR: value
# env:
# open:
# ENV_VAR_ONE: "value1"
# ENV_VAR_TWO: "value2"
# ENV_VAR_THREE: value3
############################################################################################################
env:
open: {}
Expand Down

0 comments on commit 24f5600

Please sign in to comment.