Skip to content

Commit

Permalink
move etos-executionspace configmap to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Oct 15, 2024
1 parent 70b9648 commit d8295e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
"spec.template.spec.containers[0].image": "registry.nordix.org/eiffel/etos-iut:${{ needs.build_iut.outputs.iutVersion }}"
},
"manifests/base/executionspace/deployment.yaml": {
"2.spec.template.spec.containers[0].image": "registry.nordix.org/eiffel/etos-executionspace:${{ needs.build_executionspace.outputs.executionSpaceVersion }}"
"spec.template.spec.containers[0].image": "registry.nordix.org/eiffel/etos-executionspace:${{ needs.build_executionspace.outputs.executionSpaceVersion }}"
}
}
branch: main
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
- vars.yaml
6 changes: 6 additions & 0 deletions manifests/base/executionspace/vars.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

0 comments on commit d8295e8

Please sign in to comment.