Skip to content

Commit

Permalink
fix : configured tag will be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiGaddi committed Feb 20, 2023
1 parent 9b51632 commit 13b5bb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api-gateway/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ es:
port: ${es_port:9200}

tag:
name : ${tag_name:test-tag}
name : ${tag_name:}

#audit config
audit:
Expand Down
2 changes: 1 addition & 1 deletion hcx-apis/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ notification:
participantPath: ${notification_participantPath:participantNotifications.yaml}
workflowPath: ${notification_workflowPath:workflowNotifications.yaml}

tag: ${tag_name:test-tag}
tag: ${tag_name:}

#AWS S3 bucket
certificates:
Expand Down
2 changes: 1 addition & 1 deletion hcx-pipeline-jobs/core/src/main/resources/base-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ audit {
hcx {
instanceName = "swasth-hcx"
}
tag = "test-tag"
tag = ""

0 comments on commit 13b5bb6

Please sign in to comment.