Skip to content

Commit 837114e

Browse files
authored
Fix example deployment (#1705)
1 parent 241e11f commit 837114e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

deployments/03-instrumented-app.yml

-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ spec:
4646
image: mariomac/goblog:dev
4747
imagePullPolicy: IfNotPresent
4848
command: [ "/goblog" ]
49-
env:
50-
- name: "GOBLOG_CONFIG"
51-
value: "/sample/config.yml"
5249
ports:
5350
- containerPort: 8443
5451
name: https

docs/sources/setup/kubernetes.md

-3
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ spec:
167167
image: mariomac/goblog:dev
168168
imagePullPolicy: IfNotPresent
169169
command: ["/goblog"]
170-
env:
171-
- name: "GOBLOG_CONFIG"
172-
value: "/sample/config.yml"
173170
ports:
174171
- containerPort: 8443
175172
name: https

0 commit comments

Comments
 (0)