Skip to content

Commit

Permalink
set default values for environments var
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jan 14, 2021
1 parent 6bbcdbd commit c6c2686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

global:
replicaCount: 1
environment:
environment: {}
# list of key: value
# GLOBAL1: value

Expand Down Expand Up @@ -50,7 +50,7 @@ services:
#port: is the abstracted Service port, which can be any port other pods use to access the Service
#https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.16/#serviceport-v1-core

environment:
environment: {}
# VAR1: value1

volumes:
Expand Down

0 comments on commit c6c2686

Please sign in to comment.