Skip to content

Commit

Permalink
remove PV from kubeflow manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspek committed Mar 30, 2021
1 parent 6b3c51d commit c0b5c65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ images:
newName: docker.io/kubeflowkatib/cert-generator
patchesStrategicMerge:
- katib-config-patch.yaml
- remove-pv-patch.yaml
commonLabels:
app.kubernetes.io/component: katib
configurations:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$patch: delete
apiVersion: v1
kind: PersistentVolume
metadata:
name: katib-mysql

0 comments on commit c0b5c65

Please sign in to comment.