yurake/k8s-3tier-webapp

View on GitHub
kubernetes/monitoring/optional/tekton/echo-hello-world.yaml

Summary

Maintainability
Test Coverage
apiVersion: tekton.dev/v1alpha1
kind: Task
metadata:
  name: echo-hello-world
spec:
  steps:
    - name: echo
      image: ubuntu
      command:
        - echo
      args:
        - "hello world"