valid_kfp_test_config.json 615 B

1234567891011121314151617181920
  1. {
  2. "display_name": "Kubeflow Pipelines dev environment",
  3. "metadata": {
  4. "api_endpoint": "http://kfphost/pipeline",
  5. "description": "KFP test instance",
  6. "cos_endpoint": "http://miniohost:12345",
  7. "cos_username": "minio",
  8. "cos_password": "minio123",
  9. "cos_bucket": "kfp-test-bucket",
  10. "tags": ["dev"],
  11. "runtime_type": "KUBEFLOW_PIPELINES",
  12. "engine": "Argo",
  13. "auth_type": "DEX_STATIC_PASSWORDS",
  14. "cos_auth_type": "USER_CREDENTIALS",
  15. "user_namespace": "kubeflow-user-example-com",
  16. "api_username": "a-user",
  17. "api_password": "t0ps3cr3t"
  18. },
  19. "schema_name": "kfp"
  20. }