From da9669ac3fad7c723158b02e1a1c2e4012dbf34b Mon Sep 17 00:00:00 2001 From: Christoph Schug Date: Sun, 21 Apr 2024 12:06:15 +0200 Subject: [PATCH] fix: fix too few spaces before comments --- kestra/docker/file-build.yaml | 2 +- kestra/docker/git-build.yaml | 2 +- kestra/inputs.yaml | 2 +- kestra/python/command.yaml | 2 +- kestra/python/script.yaml | 2 +- kestra/variables.yaml | 2 +- kestra/webhook.yaml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kestra/docker/file-build.yaml b/kestra/docker/file-build.yaml index d4f15f6..bf689af 100644 --- a/kestra/docker/file-build.yaml +++ b/kestra/docker/file-build.yaml @@ -6,7 +6,7 @@ # id: docker-file-build -namespace: # your-namespace +namespace: # your-namespace tasks: diff --git a/kestra/docker/git-build.yaml b/kestra/docker/git-build.yaml index 4f73b06..2046b70 100644 --- a/kestra/docker/git-build.yaml +++ b/kestra/docker/git-build.yaml @@ -6,7 +6,7 @@ # id: docker-git-build -namespace: # your-namespace +namespace: # your-namespace tasks: diff --git a/kestra/inputs.yaml b/kestra/inputs.yaml index d9e2f1c..432e692 100644 --- a/kestra/inputs.yaml +++ b/kestra/inputs.yaml @@ -6,7 +6,7 @@ # id: inputs -namespace: # your-namespace +namespace: # your-namespace inputs: - id: string diff --git a/kestra/python/command.yaml b/kestra/python/command.yaml index 9f97d0e..50c7b56 100644 --- a/kestra/python/command.yaml +++ b/kestra/python/command.yaml @@ -9,7 +9,7 @@ # if you're running Kestra in Docker, use a volume to mount the file/directory. id: python-command -namespace: # your-namespace +namespace: # your-namespace tasks: diff --git a/kestra/python/script.yaml b/kestra/python/script.yaml index 38838db..e69b1c7 100644 --- a/kestra/python/script.yaml +++ b/kestra/python/script.yaml @@ -6,7 +6,7 @@ # id: python-script -namespace: # your-namespace +namespace: # your-namespace tasks: diff --git a/kestra/variables.yaml b/kestra/variables.yaml index 10d03fd..10f3ef7 100644 --- a/kestra/variables.yaml +++ b/kestra/variables.yaml @@ -6,7 +6,7 @@ # id: variables -namespace: # your-namespace +namespace: # your-namespace variables: variable-name: "variable-value" diff --git a/kestra/webhook.yaml b/kestra/webhook.yaml index 67fc14e..4d54a5a 100644 --- a/kestra/webhook.yaml +++ b/kestra/webhook.yaml @@ -8,7 +8,7 @@ # curl http://your-kestra-instance/api/v1/executions/webhook/your-namespace/your-task-id/your-secret-key id: webhook -namespace: # your-namespace +namespace: # your-namespace tasks: # your-tasks @@ -16,4 +16,4 @@ tasks: triggers: - id: webhook type: io.kestra.core.models.triggers.types.Webhook - key: # your-secret-key, keep this secret! + key: # your-secret-key, keep this secret!