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

Shipwright: No substitution is NOT taking place for a volume names $(params.PLATFORM_DIR) #15

Open
cmoulliard opened this issue May 12, 2023 · 0 comments
Labels
bug Something isn't working module::shipwright

Comments

@cmoulliard
Copy link
Contributor

Issue

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
@cmoulliard cmoulliard added bug Something isn't working module::shipwright labels May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module::shipwright
Projects
None yet
Development

No branches or pull requests

1 participant