Introduce secretEnv for secret value provisioning

This commit is contained in:
Thore 2020-12-03 05:34:52 +01:00
parent 36e29a405e
commit 03f565bf95
3 changed files with 15 additions and 1 deletions

View file

@ -28,6 +28,14 @@ env:
- name: ""
value: ""
## Specify additional secret environmental variables for the
## Deployment. These can e.g. be provided by a Secret and allow
## to store passwords separately
##
secretEnv:
- name: ""
value: ""
service:
type: NodePort
port: 8080