Skip to content

Commit

Permalink
Fix executionspace image reference in Github action (#84)
Browse files Browse the repository at this point in the history
* Fix executionspace image reference in Github action

Co-authored-by: Tobias Persson <[email protected]>
  • Loading branch information
andmat900 and t-persson authored Oct 16, 2024
1 parent b0b9d86 commit 9920411
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 6 additions & 0 deletions manifests/base/executionspace/configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: etos-executionspace
data:
PROVIDER_HOSTNAME: http://etos-executionspace
7 changes: 0 additions & 7 deletions manifests/base/executionspace/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: etos-executionspace
data:
PROVIDER_HOSTNAME: http://etos-executionspace
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
3 changes: 2 additions & 1 deletion manifests/base/executionspace/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ resources:
- rolebinding.yaml
- service.yaml
- deployment.yaml
- role.yaml
- role.yaml
- configmap.yaml

0 comments on commit 9920411

Please sign in to comment.