Merge pull request #1041 from monopole/introduceEnvs

Introduce envs field.
This commit is contained in:
Kubernetes Prow Robot
2019-05-06 18:21:39 -07:00
committed by GitHub
15 changed files with 127 additions and 84 deletions

View File

@@ -105,9 +105,9 @@ secretGenerator:
- tls.key=secret/tls.key
type: "kubernetes.io/tls"
- name: env_file_secret
# env is a path to a file to read lines of key=val
# you can only specify one env file per secret.
env: env.txt
# paths to files with k=v pairs, one pair per line.
envs:
- env.txt
type: Opaque
# generatorOptions modify behavior of all ConfigMap and Secret generators