Skip to content

Commit ed69cb7

Browse files
authored
Feature/mpt 15059 (#44)
* Update FFCOperationsToken to a valid value * Remove empty line in README.md * Update repository name
1 parent 500201e commit ed69cb7

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,3 @@ $ docker-compose run --service-ports app
8888
| Environment Variable | Default | Example | Description |
8989
|----------------------------------------|---------|---------|----------------------------------------------------------------------|
9090
| `MPT_ORDERS_API_POLLING_INTERVAL_SECS` | 120 | 60 | Orders polling interval from the Software Marketplace API in seconds |
91-

helm/mpt-extension-finops/charts/api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ owner: turing
66
git:
77
repository: mpt-extension-finops
88
image:
9-
repository: /mpt-extensions-finops
9+
repository: /mpt-extension-finops
1010
pullPolicy: IfNotPresent
1111

1212
nameOverride: ""

helm/mpt-extension-finops/charts/worker/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ owner: turing
66
git:
77
repository: mpt-extension-finops
88
image:
9-
repository: /mpt-extensions-finops
9+
repository: /mpt-extension-finops
1010
pullPolicy: IfNotPresent
1111

1212
nameOverride: ""

helm/mpt-extension-finops/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ global:
1111
EmailNotificationsEnabled: default
1212
AwsSesCredentials: ZGVmYXVsdA==
1313
AwsSesRegion: default
14-
FFCOperationsToken: default
14+
FFCOperationsToken: ZGVmYXVsdA==
1515
FFCSub: default
1616
FFCOperationsBaseUrl: default
1717
MpNotifyCategories: '\{\"ORDERS\": \"NTC-0000-0006\"\}'

0 commit comments

Comments
 (0)