diff --git a/workflows/argo-events/workflowtemplates/enroll-server.yaml b/workflows/argo-events/workflowtemplates/enroll-server.yaml index 73ee9f162..78c0b134d 100644 --- a/workflows/argo-events/workflowtemplates/enroll-server.yaml +++ b/workflows/argo-events/workflowtemplates/enroll-server.yaml @@ -73,7 +73,6 @@ spec: readOnly: true - mountPath: /etc/understack_flavors/ name: understack-flavors - subPath: current/flavors/ readOnly: true env: - name: WF_NS @@ -82,6 +81,12 @@ spec: value: "{{workflow.name}}" - name: WF_UID value: "{{workflow.uid}}" + - name: FLAVORS_DIR + valueFrom: + configMapKeyRef: + name: understack-flavors + key: FLAVORS_DIR + optional: true volumes: - name: bmc-master secret: