Skip to content

Commit 9920411

Browse files
andmat900t-persson
andauthored
Fix executionspace image reference in Github action (#84)
* Fix executionspace image reference in Github action Co-authored-by: Tobias Persson <[email protected]>
1 parent b0b9d86 commit 9920411

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: v1
2+
kind: ConfigMap
3+
metadata:
4+
name: etos-executionspace
5+
data:
6+
PROVIDER_HOSTNAME: http://etos-executionspace

manifests/base/executionspace/deployment.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
apiVersion: v1
2-
kind: ConfigMap
3-
metadata:
4-
name: etos-executionspace
5-
data:
6-
PROVIDER_HOSTNAME: http://etos-executionspace
7-
---
81
apiVersion: apps/v1
92
kind: Deployment
103
metadata:

manifests/base/executionspace/kustomization.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ resources:
55
- rolebinding.yaml
66
- service.yaml
77
- deployment.yaml
8-
- role.yaml
8+
- role.yaml
9+
- configmap.yaml

0 commit comments

Comments
 (0)