I have a spinnaker pipeline that has 3 stages creating configmaps in different clusters. These configmaps look alike except a tag value. I want to be able to create a tag parameter per stage so I can reuse the same configmap.yaml but just substitute the tag.
Is this not doable in spinnaker currently ? Or the alternative is to get the current stage name(unique value per stage) and then use that on the tag using spinnaker expression. That also seems like unsupported ?