Skip to content

Commit 8dba5d5

Browse files
author
Alexander Czigler
committed
fix: yaml?
1 parent d2c06e5 commit 8dba5d5

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

k8s/overlays/helsingborg/kustomization.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ patches:
1515
value:
1616
name: REGIONS
1717
value: "skane"
18+
- op: replace
19+
path: /spec/template/spec/containers/0/env/-
20+
value:
21+
name: TRAFIKLAB_KEY
22+
value: "4ca25c172513453da871ee9d044544f1"
1823
target:
1924
kind: Deployment
2025
name: simulator

k8s/overlays/helsingborg/simulator.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
---
2-
apiVersion: apps/v1
3-
kind: Deployment
4-
metadata:
5-
name: simulator
6-
spec:
7-
selector:
8-
matchLabels:
9-
app: simulator
10-
template:
11-
spec:
12-
containers:
13-
- name: simulator
14-
env:
15-
- name: TRAFIKLAB_KEY
16-
value: 4ca25c172513453da871ee9d044544f1
17-
---
181
apiVersion: networking.k8s.io/v1
192
kind: Ingress
203
metadata:

0 commit comments

Comments
 (0)