35 lines
586 B
YAML
35 lines
586 B
YAML
---
|
|
version: 1.1
|
|
|
|
host:
|
|
description: hostname
|
|
default: test
|
|
|
|
project:
|
|
description: the project
|
|
default: 5_secret_calc
|
|
|
|
environment:
|
|
description: the environment
|
|
default: environment
|
|
|
|
service:
|
|
description: the service
|
|
default: service
|
|
|
|
modified_variable_single: # a variable modified
|
|
|
|
secret:
|
|
description: the second secret
|
|
type: secret
|
|
secret_manager:
|
|
host:
|
|
variable: _.host
|
|
project:
|
|
variable: _.project
|
|
environment:
|
|
variable: _.environment
|
|
service:
|
|
variable: _.service
|
|
user:
|
|
variable: _.modified_variable_single
|