Skip to content

Commit

Permalink
Removed volumes[x].persistentVolumeClaim.defaultMode (not required/re…
Browse files Browse the repository at this point in the history
…cognized)
  • Loading branch information
warrenchristian1telus committed Oct 21, 2024
1 parent 517f0cf commit a689aef
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions openshift/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,22 +270,19 @@
{
"name": "${APP_NAME}-data",
"persistentVolumeClaim": {
"claimName": "${APP_NAME}-data",
"defaultMode": 755
"claimName": "${APP_NAME}-data"
}
},
{
"name": "${APP_NAME}-app-data",
"persistentVolumeClaim": {
"claimName": "${APP_NAME}-app-data",
"defaultMode": 755
"claimName": "${APP_NAME}-app-data"
}
},
{
"name": "file-backup-data",
"persistentVolumeClaim": {
"claimName": "file-backup-data",
"defaultMode": 755
"claimName": "file-backup-data"
}
},
{
Expand Down Expand Up @@ -422,22 +419,19 @@
{
"name": "${APP_NAME}-data",
"persistentVolumeClaim": {
"claimName": "${APP_NAME}-data",
"defaultMode": 755
"claimName": "${APP_NAME}-data"
}
},
{
"name": "${APP_NAME}-app-data",
"persistentVolumeClaim": {
"claimName": "${APP_NAME}-app-data",
"defaultMode": 755
"claimName": "${APP_NAME}-app-data"
}
},
{
"name": "file-backup-data",
"persistentVolumeClaim": {
"claimName": "file-backup-data",
"defaultMode": 755
"claimName": "file-backup-data"
}
},
{
Expand Down

0 comments on commit a689aef

Please sign in to comment.