diff --git a/deployments/03-instrumented-app.yml b/deployments/03-instrumented-app.yml index 58823d2d2..14b962315 100644 --- a/deployments/03-instrumented-app.yml +++ b/deployments/03-instrumented-app.yml @@ -46,9 +46,6 @@ spec: image: mariomac/goblog:dev imagePullPolicy: IfNotPresent command: [ "/goblog" ] - env: - - name: "GOBLOG_CONFIG" - value: "/sample/config.yml" ports: - containerPort: 8443 name: https diff --git a/docs/sources/setup/kubernetes.md b/docs/sources/setup/kubernetes.md index 9013a3ccc..c3cb3b6f6 100644 --- a/docs/sources/setup/kubernetes.md +++ b/docs/sources/setup/kubernetes.md @@ -167,9 +167,6 @@ spec: image: mariomac/goblog:dev imagePullPolicy: IfNotPresent command: ["/goblog"] - env: - - name: "GOBLOG_CONFIG" - value: "/sample/config.yml" ports: - containerPort: 8443 name: https