Skip to content

Commit

Permalink
removed volume mounts to test the kavach helm chart issues
Browse files Browse the repository at this point in the history
  • Loading branch information
deshetti committed Aug 19, 2022
1 parent 695d2dc commit bdc2a77
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/kavach/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.8.0
version: 0.8.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
26 changes: 13 additions & 13 deletions charts/kavach/templates/server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ spec:
{{- end }}
resources:
{{- toYaml .Values.server.resources | nindent 12 }}
volumeMounts:
- name: kavach-server-data
mountPath: ./app/data
# volumeMounts:
# - name: kavach-server-data
# mountPath: ./app/data
{{- end }}
{{- if .Values.server.createSuperOrg}}
- name: {{ .Values.server.name }}-create-super-org
Expand All @@ -65,9 +65,9 @@ spec:
{{- end }}
resources:
{{- toYaml .Values.server.resources | nindent 12 }}
volumeMounts:
- name: kavach-server-data
mountPath: ./app/data
# volumeMounts:
# - name: kavach-server-data
# mountPath: ./app/data
{{- end }}
{{- end }}
containers:
Expand Down Expand Up @@ -109,13 +109,13 @@ spec:
failureThreshold: {{ .Values.server.readinessProbe.failureThreshold }}
resources:
{{- toYaml .Values.server.resources | nindent 12 }}
volumeMounts:
- name: kavach-server-data
mountPath: ./app/data
volumes:
- name: kavach-server-data
configMap:
name: kavach-server-data
# volumeMounts:
# - name: kavach-server-data
# mountPath: ./app/data
# volumes:
# - name: kavach-server-data
# configMap:
# name: kavach-server-data
{{- with .Values.server.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit bdc2a77

Please sign in to comment.