Skip to content

Commit

Permalink
Minor fix in manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
akgalwas committed Sep 20, 2024
1 parent 6155354 commit 08fe638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: mount-kim-volume-with-write-access
namespace: kcp-system
spec:
nodeName: "gke-kyma-mps-dev-kyma-mps-dev-mgmt-9c-5da0253b-4w0i"
nodeName: "KIM'S NODE NAME GOES HERE"
volumes:
- name: provisioner-kim
persistentVolumeClaim:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: mount-prov-volume-with-write-access
namespace: kcp-system
spec:
nodeName: "gke-kyma-mps-dev-kyma-mps-dev-app-41b-a2ca8bf0-zi2g"
nodeName: "PROVISIONER'S NODE NAME GOES HERE"
volumes:
- name: provisioner-ps
persistentVolumeClaim:
Expand Down

0 comments on commit 08fe638

Please sign in to comment.