Prepend the name with "task-".
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | apiVersion: tekton.dev/v1beta1 | 2 | apiVersion: tekton.dev/v1beta1 |
3 | kind: Task | 3 | kind: Task |
4 | metadata: | 4 | metadata: |
5 | name: postgresql-pod | 5 | name: task-postgresql-pod |
6 | spec: | 6 | spec: |
7 | description: >- | 7 | description: >- |
8 | This Task deploys (or delete) a Kubernetes resource (pod). It uses | 8 | This Task deploys (or delete) a Kubernetes resource (pod). It uses | ... | ... |
-
Please register or sign in to post a comment