Skip to content

Commit

Permalink
fix: empty image name
Browse files Browse the repository at this point in the history
  • Loading branch information
MacQSL committed Nov 18, 2024
1 parent b5c0460 commit b2f6228
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/.pipeline/templates/api.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,7 @@ objects:
value: ${API_RESPONSE_VALIDATION_ENABLED}
- name: DATABASE_RESPONSE_VALIDATION_ENABLED
value: ${DATABASE_RESPONSE_VALIDATION_ENABLED}
image: ${NAME}:${VERSION}
imagePullPolicy: Always
image: ' '
command: ["npm", "run"]
#command: ["npm", "run", "telemetry-cronjob", "--", "--batchSize 1000", "--concurrently 100"]
restartPolicy: Never
Expand Down

0 comments on commit b2f6228

Please sign in to comment.