Skip to content

Commit

Permalink
error on volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
opicciotto committed Jun 12, 2023
1 parent 3d98ba3 commit d968f05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions templates/BRdeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ spec:
serviceAccountName: {{ include "convertigo.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
volumes:
- name : br-data
persistentVolumeClaim:
claimName: br-workspace-claim
containers:
- name: {{ .Chart.Name }}-br
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
volumes:
- name : br-data
persistentVolumeClaim:
claimName: br-workspace-claim
image: "baserow/baserow:1.17.0"
volumeMounts:
- name: br-data
mountPath: /data/data
mountPath: /baserow/data
env:
- name: BASEROW_PUBLIC_URL
value: https://baserow.service.rhs.zz
Expand Down
2 changes: 1 addition & 1 deletion templates/CDBdeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "couchdb:3.3.2"
volumeMounts:
- name: c8o-data
- name: cdb-data
mountPath: /opt/couchdb/data
env:
- name: COUCHDB_USER
Expand Down
2 changes: 1 addition & 1 deletion templates/MYSQLdeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "mysql:8.0.33"
volumeMounts:
- name: c8o-data
- name: mysql-data
mountPath: /var/lib/mysql
env:
- name: MYSQL_RANDOM_ROOT_PASSWORD
Expand Down

0 comments on commit d968f05

Please sign in to comment.