Skip to content

Commit

Permalink
disable liquibase analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
raejohanek committed Jan 17, 2025
1 parent 4c47e4b commit 06b2932
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/datarepo-api/templates/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ spec:
- containerPort: {{ .Values.image.port }}
## dynamically populates environment variables
env:
- name: LIQUIBASE_ANALYTICS_ENABLED
value: "false"
{{- if .Values.env }}
{{- range $key, $value := .Values.env }}
- name: "{{ $key }}"
Expand Down

0 comments on commit 06b2932

Please sign in to comment.