Kuan-Po Tseng created YUNIKORN-2066:
---------------------------------------

             Summary: Fix incorrect example in usergroup_resolution
                 Key: YUNIKORN-2066
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-2066
             Project: Apache YuniKorn
          Issue Type: Improvement
          Components: documentation
            Reporter: Kuan-Po Tseng
            Assignee: Kuan-Po Tseng


[https://yunikorn.apache.org/docs/user_guide/usergroup_resolution/]

the example is wrong

metadata:
  annotations:
    yunikorn.apache.org/user.info: "
    {
      username: \"yunikorn\",
      groups: [
        \"developers\",
        \"devops\"
      ]
    }"

 

should be

metadata:
  annotations:
    yunikorn.apache.org/user.info: "
    {
      \"user\": \"yunikorn\",
      \"groups\": [
        \"developers\",
        \"devops\"
      ]
    }"



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to