diff --git a/src/main/k8s/production.yml b/src/main/k8s/production.yml
index 98165117f773a01e086409b4e785a40bc8666e7e..5a0dd678b87c8b06d31ddeb1d706e273dc9060ae 100644
--- a/src/main/k8s/production.yml
+++ b/src/main/k8s/production.yml
@@ -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"
diff --git a/src/main/k8s/staging.yml b/src/main/k8s/staging.yml
index 39038485075c8d70f791fe6cfa8ddbd6cce05ea7..4707d02e32d5f67ac06b8793a8f48b9fead08f03 100644
--- a/src/main/k8s/staging.yml
+++ b/src/main/k8s/staging.yml
@@ -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"