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 d2c06e5 commit 8dba5d5Copy full SHA for 8dba5d5
k8s/overlays/helsingborg/kustomization.yaml
@@ -15,6 +15,11 @@ patches:
15
value:
16
name: REGIONS
17
value: "skane"
18
+ - op: replace
19
+ path: /spec/template/spec/containers/0/env/-
20
+ value:
21
+ name: TRAFIKLAB_KEY
22
+ value: "4ca25c172513453da871ee9d044544f1"
23
target:
24
kind: Deployment
25
name: simulator
k8s/overlays/helsingborg/simulator.yaml
@@ -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:
- - name: TRAFIKLAB_KEY
- value: 4ca25c172513453da871ee9d044544f1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
0 commit comments