Skip to content

Commit

Permalink
Restrict .env to scalar types
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit-K authored and bastianeicher committed Mar 26, 2024
1 parent cc5bf40 commit 82a9dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/generic-service/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
},
"env": {
"type": "object",
"additionalProperties": {"type": ["string", "number", "boolean"]},
"description": "Environment variables passed to the service as a key-value map"
},
"envFrom": {
Expand Down

0 comments on commit 82a9dce

Please sign in to comment.