소스 검색

fix: fix too few spaces before comments

Christoph Schug 2 년 전
부모
커밋
da9669ac3f
7개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 1 1
      kestra/docker/file-build.yaml
  2. 1 1
      kestra/docker/git-build.yaml
  3. 1 1
      kestra/inputs.yaml
  4. 1 1
      kestra/python/command.yaml
  5. 1 1
      kestra/python/script.yaml
  6. 1 1
      kestra/variables.yaml
  7. 2 2
      kestra/webhook.yaml

+ 1 - 1
kestra/docker/file-build.yaml

@@ -6,7 +6,7 @@
 #
 
 id: docker-file-build
-namespace: # your-namespace
+namespace:  # your-namespace
 
 tasks:
 

+ 1 - 1
kestra/docker/git-build.yaml

@@ -6,7 +6,7 @@
 #
 
 id: docker-git-build
-namespace: # your-namespace
+namespace:  # your-namespace
 
 tasks:
 

+ 1 - 1
kestra/inputs.yaml

@@ -6,7 +6,7 @@
 #
 
 id: inputs
-namespace: # your-namespace
+namespace:  # your-namespace
 
 inputs:
   - id: string

+ 1 - 1
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:
 

+ 1 - 1
kestra/python/script.yaml

@@ -6,7 +6,7 @@
 #
 
 id: python-script
-namespace: # your-namespace
+namespace:  # your-namespace
 
 tasks:
 

+ 1 - 1
kestra/variables.yaml

@@ -6,7 +6,7 @@
 #
 
 id: variables
-namespace: # your-namespace
+namespace:  # your-namespace
 
 variables:
   variable-name: "variable-value"

+ 2 - 2
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!