cetic / helm-nifi

Helm Chart for Apache Nifi
Apache License 2.0
215 stars 228 forks source link

templates/ingress.yaml: fixed apiVersion #255

Closed michaelvar closed 2 years ago

michaelvar commented 2 years ago

When using current ingress configuration in values.yaml. following error pops-up:

Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "extensions/v1beta1"

changing apiVersion to current stable version fixes the issue

@alexnuttinck

What this PR does / why we need it:

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

wknickless commented 2 years ago

@michaelvar @banzo this is fixed in PR #218 (see https://github.com/cetic/helm-nifi/pull/218/files#diff-612d87a9a43b4e6ad348a1ad96e963734289a06ecd01902e82c3b03201fb9874R6).