[Bug 1239853] New: [doc] Issue in "BASIC OVERRIDE FILE WITH INGRESS AND NO GPU"

bugzilla_noreply at suse.com bugzilla_noreply at suse.com
Thu Mar 20 15:23:49 UTC 2025


https://bugzilla.suse.com/show_bug.cgi?id=1239853


            Bug ID: 1239853
           Summary: [doc] Issue in "BASIC OVERRIDE FILE WITH INGRESS AND
                    NO GPU"
    Classification: SUSE AI
           Product: SUSE AI Application Containers
           Version: unspecified
          Hardware: Other
                OS: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: documentation
          Assignee: tbazant at suse.com
          Reporter: goran.kurel at suse.com
        QA Contact: ai-maintainers at lists.suse.com
  Target Milestone: ---
          Found By: ---
           Blocker: ---

BASIC OVERRIDE FILE WITH INGRESS AND NO GPU:

https://documentation.suse.com/suse-ai/1.0/html/AI-deployment-intro/index.html#id-1.5.7.4

There is an indentation issue in ingress.hosts section. If using original:

ingress:
  enabled: true
    hosts:
    - host: OLLAMA_API_URL
      paths:
        - path: /
          pathType: Prefix

when installing helm chart the following error occurs:

"Error: failed to parse ollama_custom_overrides.yaml: error converting YAML to
JSON: yaml: line 6: mapping values are not allowed in this context"

Changing ingress.hosts section as shown below solves the issue:

ingress:
  enabled: true
  hosts:
  - host: OLLAMA_API_URL
    paths:
      - path: /
        pathType: Prefix
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.suse.com/pipermail/ai-maintainers/attachments/20250320/d1c6c25d/attachment.htm>


More information about the Ai-maintainers mailing list