mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 00:03:16 +01:00
update examples
This commit is contained in:
parent
050b157cda
commit
b33494f574
@ -59,4 +59,6 @@ inputs:
|
||||
type: STRING
|
||||
|
||||
tasks:
|
||||
# your-tasks
|
||||
- id: using_inputs
|
||||
type: io.kestra.core.tasks.log.Log
|
||||
message: "{{ inputs.string }}"
|
||||
|
16
kestra/variables.yaml
Normal file
16
kestra/variables.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
# Kestra Variable Template
|
||||
# ---
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
id: variables
|
||||
namespace: # your-namespace
|
||||
|
||||
variables:
|
||||
variable-name: "variable-value"
|
||||
|
||||
tasks:
|
||||
- id: using_variables
|
||||
type: io.kestra.core.tasks.log.Log
|
||||
message: "{{ vars.variable-name }}"
|
Loading…
Reference in New Issue
Block a user