From 47102f803377401aa0c41d8763d18bec719b1e1b Mon Sep 17 00:00:00 2001 From: Lvjiawei Date: Sun, 5 Jul 2020 18:01:45 +0800 Subject: [PATCH] Remove configmap volume mounts Fixes #120 --- config/controller.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/controller.yaml b/config/controller.yaml index 8ec723a2f..10ea272bc 100644 --- a/config/controller.yaml +++ b/config/controller.yaml @@ -50,9 +50,6 @@ spec: ports: - name: metrics containerPort: 9090 - volumeMounts: - - name: config-logging - mountPath: /etc/config-logging env: - name: SYSTEM_NAMESPACE valueFrom: @@ -64,7 +61,3 @@ spec: value: config-observability - name: METRICS_DOMAIN value: knative.dev/samples - volumes: - - name: config-logging - configMap: - name: config-logging