Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Feb 18, 2021
1 parent c97f77e commit 5598476
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ linked data support.
## Installation

```sh
helm repo add fcrepo https://samvera-labs.github.com/fcrepo-chart
helm repo add fcrepo https://samvera-labs.github.com/fcrepo-charts
helm install fcrepo
```

Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ entries:
category: Database
apiVersion: v1
appVersion: 11.9.0
created: "2021-02-17T15:01:24.487206-08:00"
created: "2021-02-17T16:25:50.821402-08:00"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down Expand Up @@ -33,4 +33,4 @@ entries:
urls:
- charts/postgresql-9.3.3.tgz
version: 9.3.3
generated: "2021-02-17T15:01:24.483833-08:00"
generated: "2021-02-17T16:25:50.817047-08:00"
2 changes: 1 addition & 1 deletion templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ spec:
requests:
storage: {{ default .Values.storage.size "1Gi" }}
{{- if .Values.storage.className }}
storageClassName: "{{ .Values.storage.ClassName }}"
storageClassName: "{{ .Values.storage.className }}"
{{- end }}

0 comments on commit 5598476

Please sign in to comment.