Skip to content

Remove unused features#75

Merged
olliesilvester merged 10 commits intomainfrom
64_remove_unused_features
May 8, 2025
Merged

Remove unused features#75
olliesilvester merged 10 commits intomainfrom
64_remove_unused_features

Conversation

@olliesilvester
Copy link
Contributor

Fixes #64

name: daqconfig
description: DAQ configuration server
name: helmchart
description: A Helm chart for Kubernetes
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DiamondJoseph I thought it might be easier to just leave it as the helm create template for now and do it properly in #69

Comment on lines +9 to +14
image:
repository: nginx
# This sets the pull policy for images.
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is the way you want to go right now, I would at least make this section correct and have the example ingress ready.

@codecov
Copy link

codecov bot commented May 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.25%. Comparing base (af30194) to head (ae30e4f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #75   +/-   ##
=======================================
  Coverage   65.25%   65.25%           
=======================================
  Files           6        6           
  Lines         213      213           
=======================================
  Hits          139      139           
  Misses         74       74           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@@ -0,0 +1,22 @@
{{- if .Values.ingress.create -}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this taken from the bluapi ingress? It doesn't look like the default ingress from helm create

@olliesilvester olliesilvester merged commit 4b0a2e2 into main May 8, 2025
16 checks passed
@olliesilvester olliesilvester deleted the 64_remove_unused_features branch May 8, 2025 14:39
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.

Remove unused features from repository

2 participants