We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fdca9 commit 88584b6Copy full SHA for 88584b6
config/config.go
@@ -199,7 +199,7 @@ type RetryConfig struct {
199
200
// ExplorerConfig holds config information for ExplorerClient
201
type ExplorerConfig struct {
202
- URL string
+ URL string
203
AdminUsername string
204
AdminPassword string
205
-}
+}
environment/templates/chainlink/chainlink-deployment.yml
@@ -13,6 +13,7 @@ spec:
13
containers:
14
- name: node
15
image: {{ .Config.Apps.Chainlink.Image }}:{{ .Config.Apps.Chainlink.Version }}
16
+ imagePullPolicy: IfNotPresent
17
args:
18
- node
19
- start
0 commit comments