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 generic List kind is a client-side implementation and therefore cannot be validated by the API. So we need to unfurl its items key into individual resources.
For example, the Traefik helm chart uses this kind for their service which results in the following error:
error: The option `kubernetes.api.resources.core.v1.List' does not exist. Definition values:
- In `/nix/store/jmndr7q0gkw34hkjgycg85s0n36khx4q-source/modules/helm.nix':
{
traefik = {
_type = "merge";
contents = [
{
...
(use '--show-trace' to show detailed location information)
The text was updated successfully, but these errors were encountered:
The generic
List
kind is a client-side implementation and therefore cannot be validated by the API. So we need to unfurl itsitems
key into individual resources.For example, the Traefik helm chart uses this kind for their service which results in the following error:
The text was updated successfully, but these errors were encountered: