Skip to content

Commit d580481

Browse files
authored
Merge pull request #81 from smartcontractkit/hh_deploy_fix
Fix HH deployment
2 parents ad15103 + a51cfc6 commit d580481

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

environment/templates/hardhat-deployment.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ spec:
88
spec:
99
volumes:
1010
- name: hh-configmap-volume
11-
volumesource:
12-
configmap:
13-
localobjectreference:
14-
name: hardhat-config-map
11+
configMap:
12+
name: hardhat-config-map
1513
containers:
1614
- name: hardhat-network
1715
image: smartcontract/hardhat-network
18-
volumemounts:
16+
volumeMounts:
1917
- name: hh-configmap-volume
20-
mountpath: /usr/app/hardhat.config.js
21-
subpath: hardhat.config.js
18+
mountPath: /usr/app/hardhat.config.js
19+
subPath: hardhat.config.js
2220
ports:
2321
- containerPort: {{ .Values.evm.rpcPort }}
2422
readinessProbe:

0 commit comments

Comments
 (0)