summaryrefslogtreecommitdiffstats
path: root/kubernetes/robot/templates/configmap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/robot/templates/configmap.yaml')
-rw-r--r--kubernetes/robot/templates/configmap.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/kubernetes/robot/templates/configmap.yaml b/kubernetes/robot/templates/configmap.yaml
index e4096b0b06..6664c0d9a1 100644
--- a/kubernetes/robot/templates/configmap.yaml
+++ b/kubernetes/robot/templates/configmap.yaml
@@ -23,7 +23,3 @@ data:
apiVersion: v1
kind: ConfigMap
metadata:
- name: {{ include "common.fullname" . }}-lighttpd-authorization-configmap
- namespace: {{ include "common.namespace" . }}
-data:
-{{ tpl (.Files.Glob "resources/config/authorization").AsConfig . | indent 2 }}