Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kustomization schema missing support for new kustomize 5.0.0 args #2887

Closed
f-helm opened this issue Apr 11, 2023 · 0 comments · Fixed by #2921
Closed

Kustomization schema missing support for new kustomize 5.0.0 args #2887

f-helm opened this issue Apr 11, 2023 · 0 comments · Fixed by #2921
Labels
issue:bug Report errors or unexpected behavior (auto-generated by issue forms)

Comments

@f-helm
Copy link

f-helm commented Apr 11, 2023

Area with issue?

JSON Schema

✔️ Expected Behavior

additionalValuesFiles is validated and produces no error.

Kustomize 5.0.0. introduced new arguments additionalValuesFiles, skipTests, apiVersions and nameTemplate for field helmCharts, see

❌ Actual Behavior

Property additionalValuesFiles is not allowed. is displayed as error in VS code.

YAML or JSON file that does not work.

kind: Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
namespace: default

helmCharts:
- name: rabbitmq
  repo: "https://charts.bitnami.com/bitnami"
  valuesFile: values.yaml
  additionalValuesFile: additional-values.yaml
  releaseName: rabbitmq

IDE or code editor.

Visual Studio Code

Are you making a PR for this?

No, someone else must create the PR.

@f-helm f-helm added the issue:bug Report errors or unexpected behavior (auto-generated by issue forms) label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue:bug Report errors or unexpected behavior (auto-generated by issue forms)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant