fix(argo-workflows): fix clusterworkflowtemplates disabled flag (#2033)
* fix clusterworkflowtemplates disabled flag Signed-off-by: Peejai <pieterjan.soetaert@robovision.eu> * Bump chart version and add artifacthub changes Signed-off-by: Peejai <pieterjan.soetaert@robovision.eu> --------- Signed-off-by: Peejai <pieterjan.soetaert@robovision.eu> Co-authored-by: Jason Meridth <jmeridth@gmail.com>
This commit is contained in:
parent
c8b47cf060
commit
cc64b0c9f5
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{{- if .Values.crds.install }}
|
||||
{{- if or (.Values.server.clusterWorkflowTemplates.enabled) (.Values.controller.clusterWorkflowTemplates.enabled) }}
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
|
@ -43,3 +44,4 @@ spec:
|
|||
served: true
|
||||
storage: true
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue