Skip to content

Commit

Permalink
fix error with annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Jan 22, 2020
1 parent 56c366a commit 5c28498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions microservices/formio/helm/formio/templates/dbPVC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ metadata:
{{- with .Values.storageAnnotations }}
annotations:
{{ toYaml . | indent 4 }}
{{ end }}
spec:
accessModes:
- ReadWriteOnce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
{{- with .Values.storageAnnotations }}
annotations:
{{ toYaml . | indent 4 }}
{{ end }}
labels:
app: {{ template "ocwaStorageApi.name" . }}-minio
chart: {{ template "ocwaStorageApi.chart" . }}
Expand Down

0 comments on commit 5c28498

Please sign in to comment.