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
Kustomize is still required for the development purpose since the Kubebuilder annotations don't provide all the required extra fields, but forcing end-users to have it as installation dependency is cumbersome.
Would be great having a single YAML file that is going to be used to install all the required resources, something as kubectl apply -f https://raw.githubusercontent.com/clastix/capsule/master/config/install.yaml.
With this, we're gaining also the advantage of tracking in a more efficient way the final manifests we're using to update the Helm charts, as well tracking uncommitted changes or diff during the CI.
The text was updated successfully, but these errors were encountered:
Actually, we support two kinds of installation:
Kustomize is still required for the development purpose since the Kubebuilder annotations don't provide all the required extra fields, but forcing end-users to have it as installation dependency is cumbersome.
Would be great having a single YAML file that is going to be used to install all the required resources, something as
kubectl apply -f https://raw.githubusercontent.com/clastix/capsule/master/config/install.yaml
.With this, we're gaining also the advantage of tracking in a more efficient way the final manifests we're using to update the Helm charts, as well tracking uncommitted changes or diff during the CI.
The text was updated successfully, but these errors were encountered: