You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User roles are defined in separate YAML manifest files in the `manifests/` directory:
408
-
409
-
-`argo-user-admin-role.yml`: Admin role and cluster role definitions
410
-
-`argo-user-developer-role.yml`: Developer role and cluster role definitions
411
-
-`argo-user-readonly-role.yml`: Readonly role and cluster role definitions
412
-
-`argo-user-bindings.yml`: Role and cluster role bindings
413
-
-`argo-user-token-secret.yml`: Service account token secret
414
-
415
-
These manifests use template variables (`{{PHD_ARGO_USERNAME}}`, `{{PHD_ARGO_ROLE}}`) and are applied using the `__phd_kubectl_apply_from_url` function, following the established pattern for remote manifest management.
416
-
417
402
### Workflow Manifest Files
418
403
419
404
Instance workflows are defined in separate YAML manifest files in the `manifests/` directory:
0 commit comments