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
We cannot in a (Cluster)BuildStrategy declare such a volumeMount
volumeMounts: - mountPath: /platform name: $(params.PLATFORM_DIR)
as the substitution won't work
conditions: - lastTransitionTime: "2023-05-12T11:23:50Z" message: Volume for the Volume Mount "$(params.PLATFORM_DIR)" is not found
This syntax is nevertheless working
volumeMounts: - mountPath: /platform name: empty-dir
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
We cannot in a (Cluster)BuildStrategy declare such a volumeMount
as the substitution won't work
This syntax is nevertheless working
The text was updated successfully, but these errors were encountered: