Open cmoulliard opened 1 year ago
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
Issue
We cannot in a (Cluster)BuildStrategy declare such a volumeMount
as the substitution won't work
This syntax is nevertheless working