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
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
To Reproduce: run spk reconcile on a bedrock project with at least one
service with a valid IHelmConfig. Note the created component for the helm chart
is of type component. Causing fab install to fail.
Describe the bug:
spk reconcile
should specify--type helm
when doingfab add
when adding the helm chart component to a ring.See:
To Reproduce: run
spk reconcile
on a bedrock project with at least oneservice with a valid IHelmConfig. Note the created component for the helm chart
is of type
component
. Causingfab install
to fail.mkdir app hld
cd app
spk project init
spk service create my-service -n traefik -b master -p traefik -g https://github.com/containous/traefik-helm-chart.git
cd ..
cd hld
spk hld init
cd ..
spk hld reconcile my-app-component hld app
cat hld/my-app-component/my-service/master
type: helm
nottype: component
Expected behavior:
spk reconcile
works properly and the underlyingfab install
calls install the components correctly.Screenshots:
Additional context:
Does this require updates to documentation?:
The text was updated successfully, but these errors were encountered: