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
include: []
persistentVolumeClaim
If include: [] is not set for persistentVolumeClaim modules, the default include behavior will be applied.
include
include: [] should always be implicitly applied for persistentVolumeClaim modules.
Explicitly set include: [] for persistentVolumeClaim modules until this has been fixed.
Should be a simple matter of updating the default include value in the config logic for this module type.
The text was updated successfully, but these errors were encountered:
fix(k8s): persistentvolumeclaim modules would include unnecessary files
53b46a2
Fixes #2498
4111647
986ed2a
Fixes garden-io#2498
edvald
Successfully merging a pull request may close this issue.
Bug
Current Behavior
If
include: []
is not set forpersistentVolumeClaim
modules, the defaultinclude
behavior will be applied.Expected behavior
include: []
should always be implicitly applied forpersistentVolumeClaim
modules.Workaround
Explicitly set
include: []
forpersistentVolumeClaim
modules until this has been fixed.Suggested solution(s)
Should be a simple matter of updating the default
include
value in the config logic for this module type.The text was updated successfully, but these errors were encountered: