Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 1643c91

Browse files
committed
PR fixes
1 parent 0fbd86f commit 1643c91

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

guides/building-helm-charts-for-spk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ services:
157157
k8sBackend: 'fabrikam-k8s-svc'
158158
```
159159

160-
The `serviceName` is generated from a combination of the `k8sBacend`,
160+
The `serviceName` is generated from a combination of the `k8sBackend`,
161161
`fabrikam-k8s-svc`, and the ring name, in this case `dev`.
162162

163163
#### Static configuration

src/commands/hld/reconcile.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,7 @@ export interface IReconcileDependencies {
104104
serviceConfig: IBedrockServiceConfig
105105
) => Promise<IExecResult>;
106106

107-
configureChartForRing: (
108-
execCmd: (commandToRun: string) => Promise<IExecResult>,
109-
ringPathInHld: string,
110-
ringName: string,
111-
serviceConfig: IBedrockServiceConfig
112-
) => Promise<IExecResult>;
107+
configureChartForRing: typeof configureChartForRing;
113108

114109
createStaticComponent: (
115110
execCmd: (commandToRun: string) => Promise<IExecResult>,

0 commit comments

Comments
 (0)