[bitnami/argo-workflows] add workflowartifactgctasks (#12704)

Signed-off-by: mauraza <gibone@vmware.com>

Signed-off-by: mauraza <gibone@vmware.com>
This commit is contained in:
Ibone González Mauraza
2022-09-27 17:32:33 +02:00
committed by GitHub
parent 32d222f64d
commit 590b622271
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-controller
- https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-exec
- https://argoproj.github.io/workflows/
version: 3.0.0
version: 3.0.1
@@ -0,0 +1,41 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: workflowartifactgctasks.argoproj.io
spec:
group: argoproj.io
names:
kind: WorkflowArtifactGCTask
listKind: WorkflowArtifactGCTaskList
plural: workflowartifactgctasks
shortNames:
- wfat
singular: workflowartifactgctask
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
type: object
x-kubernetes-map-type: atomic
x-kubernetes-preserve-unknown-fields: true
status:
type: object
x-kubernetes-map-type: atomic
x-kubernetes-preserve-unknown-fields: true
required:
- metadata
- spec
type: object
served: true
storage: true
subresources:
status: {}