even this worked ```apiVersion: v1 kind: Pod metad...
# flyte-support
e
even this worked
Copy code
apiVersion: v1
kind: Pod
metadata:
  name: test-volcano
  annotations:
    <http://scheduling.volcano.sh/queue-name|scheduling.volcano.sh/queue-name>: training
spec:
  schedulerName: volcano
  containers:
  - name: nginx
    image: nginx
    resources:
      requests:
        cpu: "1"
        memory: "1Gi"