Skip to content

Conversation

@xuyanlinux
Copy link

Fix Helm Template Typo

Problem: Helm installation fails due to template error:

Error: template: cubefs/templates/statefulset-master.yaml:80:30: executing "cubefs/templates/statefulset-master.yaml" at <.Value.master.legacy_data_media_type>: nil pointer evaluating interface {}.master

Root Cause:Template uses .Value.master instead of .Values.master (missing 's').

Solution: Change .Value. to .Values. in statefulset-master.yaml line 80.

Changes:

  • templates/statefulset-master.yaml: Fixed .Value.master.Values.master

Verification: Helm install now works without errors.

@7hanks
Copy link

7hanks commented Dec 16, 2025

This known issue still exists and has not been fixed yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants