Skip to content

Commit bc6af96

Browse files
author
Fredrik Fristedt
authored
Fix syntax misstake in api deployment manifest (#111)
1 parent 502367a commit bc6af96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/base/api/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ spec:
3535
path: /api/ping
3636
port: http
3737
envFrom:
38-
- configMapRef: null
39-
name: etos-api
38+
- configMapRef:
39+
name: etos-api

0 commit comments

Comments
 (0)