Skip to content

Commit

Permalink
Merge pull request #6 from AKASHNIHAS/main
Browse files Browse the repository at this point in the history
Chart updated
  • Loading branch information
jebjohns authored Jan 19, 2023
2 parents eb4ec34 + 1ec2386 commit b7d0c5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/quaility-trace/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.1.2
version: 0.1.3

# 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
3 changes: 2 additions & 1 deletion charts/quaility-trace/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ metadata:
labels:
{{- include "quaility-trace.labels" . | nindent 4 }}
data:
clickhouseConnUrl: {{ .Values.clickhouse.url }}?username={{ .Values.clickhouse.username }}&password={{ .Values.clickhouse.password }}
config.yaml: |
clickhouseConnUrl: {{ .Values.clickhouse.url }}?username={{ .Values.clickhouse.username }}&password={{ .Values.clickhouse.password }}
1 change: 1 addition & 0 deletions charts/quaility-trace/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:
volumeMounts:
- name: {{ include "quaility-trace.fullname" . }}-config
mountPath: "/config.yaml"
subPath: config.yaml
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumes:
Expand Down

0 comments on commit b7d0c5c

Please sign in to comment.