Rename 08-persistent-volume.yaml to 08-persistent-volume-claim.yaml

This commit is contained in:
M. Mert Yildiran 2023-04-20 20:04:47 +03:00
parent 2780791068
commit bbe3338c3c
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
4 changed files with 20 additions and 20 deletions

View File

@ -205,7 +205,7 @@ func runHelmChart() {
"05-hub-service.yaml": template(hubService, hubServiceMappings),
"06-front-pod.yaml": template(frontPod, frontPodMappings),
"07-front-service.yaml": template(frontService, frontServiceMappings),
"08-persistent-volume.yaml": template(persistentVolume, persistentVolumeMappings),
"08-persistent-volume-claim.yaml": template(persistentVolume, persistentVolumeMappings),
"09-worker-daemon-set.yaml": template(workerDaemonSet, workerDaemonSetMappings),
})
if err != nil {

View File

@ -68,7 +68,7 @@ func runManifests() {
"05-hub-service.yaml": hubService,
"06-front-pod.yaml": frontPod,
"07-front-service.yaml": frontService,
"08-persistent-volume.yaml": persistentVolume,
"08-persistent-volume-claim.yaml": persistentVolume,
"09-worker-daemon-set.yaml": workerDaemonSet,
})
} else {