We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JSON Schema
additionalValuesFiles is validated and produces no error.
additionalValuesFiles
Kustomize 5.0.0. introduced new arguments additionalValuesFiles, skipTests, apiVersions and nameTemplate for field helmCharts, see
skipTests
apiVersions
nameTemplate
helmCharts
Property additionalValuesFiles is not allowed. is displayed as error in VS code.
Property additionalValuesFiles is not allowed.
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
Visual Studio Code
No, someone else must create the PR.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Area with issue?
JSON Schema
✔️ Expected Behavior
additionalValuesFiles
is validated and produces no error.Kustomize 5.0.0. introduced new arguments
additionalValuesFiles
,skipTests
,apiVersions
andnameTemplate
for fieldhelmCharts
, see❌ Actual Behavior
Property additionalValuesFiles is not allowed.
is displayed as error in VS code.YAML or JSON file that does not work.
IDE or code editor.
Visual Studio Code
Are you making a PR for this?
No, someone else must create the PR.
The text was updated successfully, but these errors were encountered: