Update chart to use workflow-controller v2.2.1, bump chart version to v0.3.0
This commit is contained in:
parent
b487b6c107
commit
8af4ee0943
13 changed files with 35 additions and 77 deletions
15
charts/argo/templates/workflow-crd.yaml
Normal file
15
charts/argo/templates/workflow-crd.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: workflows.argoproj.io
|
||||
annotations:
|
||||
helm.sh/hook: crd-install
|
||||
spec:
|
||||
group: argoproj.io
|
||||
version: v1alpha1
|
||||
scope: Namespaced
|
||||
names:
|
||||
kind: Workflow
|
||||
plural: workflows
|
||||
shortNames:
|
||||
- wf
|
||||
Loading…
Add table
Add a link
Reference in a new issue