Skip to content

Commit

Permalink
Merge pull request #509 from HumairAK/issue_508
Browse files Browse the repository at this point in the history
Correct pvc storageclass indentation.
  • Loading branch information
openshift-merge-bot[bot] authored Dec 12, 2023
2 parents 061c5ad + 09f0346 commit f4d5a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/internal/mariadb/pvc.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
accessModes:
- ReadWriteOnce
{{- if .MariaDB.StorageClassName }}
storageClassName: {{.MariaDB.StorageClassName}}
storageClassName: {{.MariaDB.StorageClassName}}
{{- end }}
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion config/internal/minio/pvc.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
accessModes:
- ReadWriteOnce
{{- if .Minio.StorageClassName }}
storageClassName: {{.Minio.StorageClassName}}
storageClassName: {{.Minio.StorageClassName}}
{{- end }}
resources:
requests:
Expand Down

0 comments on commit f4d5a02

Please sign in to comment.