Skip to content

Commit 7ed8591

Browse files
pipelines: Update links to kubeflow/dashboard
Those components have been moved from `kubeflow/kubeflow` to separate repositories, rendering the initial links useless. Signed-off-by: Christian Heusel <christian@heusel.eu>
1 parent 611b389 commit 7ed8591

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/components/pipelines/user-guides/core-functions

1 file changed

+1
-1
lines changed

content/en/docs/components/pipelines/user-guides/core-functions/connect-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ print(experiments)
4141
#### ServiceAccount Token Volume
4242

4343
To use the preceding code, you will need to run it from a Pod that has a ServiceAccount token volume mounted.
44-
You may manually add a `volume` and `volumeMount` to your PodSpec or use Kubeflow's [`PodDefaults`](https://github.com/kubeflow/kubeflow/tree/master/components/admission-webhook) to inject the required volume.
44+
You may manually add a `volume` and `volumeMount` to your PodSpec or use Kubeflow's [`PodDefaults`](https://github.com/kubeflow/dashboard/tree/main/components/poddefaults-webhooks) to inject the required volume.
4545

4646
__Option 1 - manually add a volume to your PodSpec:__
4747

0 commit comments

Comments
 (0)