forked from apache/accumulo
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix Helm deployment YAML parse error in accumulo templates #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Copilot
wants to merge
36
commits into
main
Choose a base branch
from
copilot/fix-12
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…hods, VectorIndex, VectorIterator, and RFile vector support Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
…mples Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
…alidation Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Create comprehensive GitHub Copilot instructions for Apache Accumulo repository
Copilot/fix 1
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
…TTEN_FIELD Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Fix VectorIndexFooter build issues with defensive programming and validation
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Add comprehensive Helm chart with Docker images and automation for Apache Accumulo with Alluxio storage layer on Kubernetes
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Fix Helm chart indentation and formatting issues
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Failure while deploying dev
Fix Helm deployment YAML parse error in accumulo templates
Sep 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Helm deployment was failing with a YAML parse error that completely blocked development environment setup:
This error occurred when running:
Root Causes Identified and Fixed
1. Systematic YAML Indentation Issues
Found that
app.kubernetes.io/componentlabels were not properly indented under their parent sections across 13 template files. For example:This affected all deployment templates (manager, monitor, tserver, gc, compactor, alluxio-master, alluxio-worker) and service templates in both
matchLabels/selectorsections and podlabelssections.2. Missing Configuration Values
The
pathWriteModesconfiguration was referenced in templates but missing fromvalues-dev.yaml, causing template rendering failures. Added the required configuration:3. Complex ConfigMap Content
Simplified the configmap template to avoid YAML parsing issues with complex multiline shell scripts while maintaining essential Accumulo configuration.
Validation
helm templatenow renders valid YAML for all templatesThe deployment can now proceed past the YAML parsing stage. Actual deployment success depends on having required dependencies (ZooKeeper, MinIO) available, but the fundamental blocking issue is resolved.
Fixes #12.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
charts.bitnami.comhelm dependency build(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.