Skip to content

Commit

Permalink
Update pageserver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
itsbalamurali committed Nov 13, 2023
1 parent 171c619 commit 01bfb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/pageserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def pageserver_statefulset(namespace: str,
kubernetes.client.V1Volume(
name="pageserver-config-volume",
config_map=kubernetes.client.V1ConfigMapVolumeSource(
name="pageserver-config",
name="pageserver",
items=[
kubernetes.client.V1KeyToPath(
key="pageserver.toml",
Expand Down

0 comments on commit 01bfb06

Please sign in to comment.