Files
homelab/kubernetes/graduated/local-path-provisioner/ConfigMap-patch.yaml
ducoterra 9417e711a9
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 24m47s
the great migration from truenas to fedora and all its collatoral
2025-04-08 12:40:42 -04:00

10 lines
239 B
YAML

- op: replace # action
path: /data/config.json # resource we want to change
value: |-
{
"storageClassConfigs": {
"local-path": {
"sharedFileSystemPath": "/opt/local-path-provisioner"
}
}
}