Skip to content
Snippets Groups Projects
Commit 4fee2639 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Merge branch 'malowe/main/jenkins-label-update' into 'main'

Remove unused configmap bindings in OKD config files

See merge request eclipsefdn/it/api/eclipsefdn-project-adopters!262
parents efe5997f f8ed9224
No related branches found
No related tags found
No related merge requests found
......@@ -61,17 +61,6 @@ spec:
periodSeconds: 60
successThreshold: 1
failureThreshold: 3
volumeMounts:
- name: adopters
mountPath: "/config"
readOnly: true
volumes:
- name: adopters
configMap:
name: eclipsefdn-project-adopters-map
items:
- key: "adopters_json_compressed"
path: "adopters.json"
---
apiVersion: "v1"
kind: "Service"
......
......@@ -61,17 +61,6 @@ spec:
periodSeconds: 60
successThreshold: 1
failureThreshold: 3
volumeMounts:
- name: adopters
mountPath: "/config"
readOnly: true
volumes:
- name: adopters
configMap:
name: eclipsefdn-project-adopters-map
items:
- key: "adopters_json_compressed"
path: "adopters.json"
---
apiVersion: "v1"
kind: "Service"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment