You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The blueprint ran and installed everything but this chart. bctl and kubectl show no information about anything for this chart. kubectl get all -A
Possible solution
An incorrect chart will try and fail with an error. My belief is that the '/' caused this chart to be completely skipped. We should inform the user in some way that this is invalid and was skipped.
What happened
While trying out boundless on my home server, I was referencing https://artifacthub.io/packages/helm/influxdata/influxdb2 for helm values. I accidentally used the full path, /, from the install command in my blueprint.
The blueprint ran and installed everything but this chart. bctl and kubectl show no information about anything for this chart. kubectl get all -A
Possible solution
An incorrect chart will try and fail with an error. My belief is that the '/' caused this chart to be completely skipped. We should inform the user in some way that this is invalid and was skipped.
Blueprint
apiVersion: boundless.mirantis.com/v1alpha1
kind: Blueprint
metadata:
name: homelab
spec:
kubernetes:
provider: k0s
infra:
hosts:
- ssh:
address: 127.0.0.1
keyPath: "/home/nick/.ssh/id_ed25519"
port: 60022
user: nick
role: single
components:
addons:
- name: influxdb2
kind: chart
enabled: true
namespace: default
chart:
name: influxdata/influxdb2
repo: https://helm.influxdata.com/
version: 2.1.2
The text was updated successfully, but these errors were encountered: