Skip to content

Commit

Permalink
remove unused sample configurations (#277)
Browse files Browse the repository at this point in the history
* remove unused sample configurations

* auto patch increment

Co-authored-by: ras-rm-pr-bot <[email protected]>
  • Loading branch information
creativeappdevamit and ras-rm-pr-bot authored Oct 8, 2021
1 parent 98ad44a commit 688ead4
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions _infra/helm/collection-exercise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ 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.
version: 12.1.1
version: 12.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 12.1.1
appVersion: 12.1.2
2 changes: 0 additions & 2 deletions _infra/helm/collection-exercise/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ spec:
value: "{{ .Values.gcp.project }}"
- name: GCP_CASENOTIFICATIONTOPIC
value: "{{ .Values.gcp.caseNotificationTopic }}"
- name: GCP_SAMPLEUNITRECEIVERSUBSCRIPTION
value: "{{ .Values.gcp.sampleUnitReceiverSubscription }}"
- name: GCP_SAMPLESUMMARYACTIVATIONSTATUSSUBSCRIPTION
value: "{{ .Values.gcp.sampleSummaryActivationStatusSubscription }}"
- name: GCP_SAMPLESUMMARYACTIVATIONTOPIC
Expand Down
1 change: 0 additions & 1 deletion _infra/helm/collection-exercise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,5 @@ dns:
gcp:
project: ras-rm-sandbox
caseNotificationTopic: "case-notification-topic"
sampleUnitReceiverSubscription: "test_subscription"
sampleSummaryActivationStatusSubscription: sample-summary-activation-status
sampleSummaryActivationTopic: sample-summary-activation
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
public class GCP {
String project;
String caseNotificationTopic;
String sampleUnitReceiverSubscription;
String sampleSummaryActivationStatusSubscription;
String sampleSummaryActivationTopic;
}
3 changes: 1 addition & 2 deletions src/main/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ redisson-config:

gcp:
project: "test"
caseNotificationTopic: "test_topic"
sampleUnitReceiverSubscription: "test_subscription"
caseNotificationTopic: "test_topic"
1 change: 0 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,5 @@ springdoc:
gcp:
project: ras-rm-sandbox
caseNotificationTopic: "test_topic"
sampleUnitReceiverSubscription: "test_subscription"
sampleSummaryActivationStatusSubscription: "sample-summary-activation-status"
sampleSummaryActivationTopic: "sample-summary-activation"

0 comments on commit 688ead4

Please sign in to comment.