add crds dir to .helmignore
Signed-off-by: kostas-theo <> Signed-off-by: kostas-theo <ktheo@oneconcern.com>
This commit is contained in:
parent
0ccdad07ae
commit
b2ba6c4cf2
3 changed files with 4 additions and 1 deletions
|
@ -19,3 +19,5 @@
|
|||
.project
|
||||
.idea/
|
||||
*.tmproj
|
||||
# Custom Resource Definitions for manual creation only
|
||||
crds/
|
||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.12.5
|
||||
description: A Helm chart for Argo Workflows
|
||||
name: argo
|
||||
version: 0.16.5
|
||||
version: 0.16.6
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
maintainers:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{{- if .Values.createAggregateRoles }}
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
annotations:
|
||||
|
|
Loading…
Reference in a new issue