diff --git a/manifests/base/executionspace/kustomization.yaml b/manifests/base/executionspace/kustomization.yaml index 9e7258c..a94f826 100644 --- a/manifests/base/executionspace/kustomization.yaml +++ b/manifests/base/executionspace/kustomization.yaml @@ -6,4 +6,3 @@ resources: - service.yaml - deployment.yaml - role.yaml - - vars.yaml \ No newline at end of file diff --git a/manifests/base/executionspace/vars.yaml b/manifests/base/executionspace/vars.yaml deleted file mode 100644 index 060d692..0000000 --- a/manifests/base/executionspace/vars.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: etos-executionspace -data: - PROVIDER_HOSTNAME: http://etos-executionspace \ No newline at end of file