Skip to content

Commit

Permalink
update CI lint-test job with the new env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdulmoghni committed Jan 22, 2024
1 parent 99e964a commit 330455a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Run chart-testing (install)
run: |
helm install kotal charts/kotal --create-namespace --namespace=kotal --set-string "api.crossover_api_key=${{ secrets.CROSSOVER_API_KEY }}" --debug
helm install kotal charts/kotal --create-namespace --namespace=kotal --set-string "api.tag=latest" --set-string "dashboard.tag=latest" --set=app.name=kotal --set-string "api.crossover_api_key=${{ secrets.CROSSOVER_API_KEY }}" --set-string "api.send_grid_api_key=${{ secrets.SEND_GRID_API_KEY }}" --debug
sleep 60
kubectl get pods -A
kubectl get svc -A
Expand Down
3 changes: 0 additions & 3 deletions charts/kotal/templates/api.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ spec:
value: production
- name: DB_SERVER_URL
value: "postgres://{{ .Values.postgresql.auth.username }}:{{ .Values.postgresql.auth.password }}@kotal-postgresql:5432/{{ .Values.postgresql.auth.database }}"
- name: SUBSCRIPTION_API_BASE_URL
value: https://{{ if .Values.staging }}staging-{{ end }}subscriptions.kotal.co
- name: CROSSOVER_API_KEY
value: "{{ .Values.api.crossover_api_key }}"
- name: SEND_GRID_API_KEY
Expand All @@ -40,4 +38,3 @@ spec:
memory: "100Mi"
ports:
- containerPort: 6000

0 comments on commit 330455a

Please sign in to comment.