Skip to content

Commit

Permalink
Create functioningresses CRD conditionally
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed May 13, 2024
1 parent 55dce8b commit aa2e33f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{- if .Values.createCRDs }}
{{- if .Values.ingressOperator.create }}

apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -165,4 +166,5 @@ spec:
subresources: {}


{{- end }}
{{- end }}

0 comments on commit aa2e33f

Please sign in to comment.