From 4ee742133f2c28a2170b04e752e700d5ea527435 Mon Sep 17 00:00:00 2001 From: "jorrit.salverda@gmail.com" Date: Thu, 18 May 2023 07:22:14 +0200 Subject: [PATCH] add get verb to configmap role --- helm/jarvis-modbus-exporter/templates/role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/jarvis-modbus-exporter/templates/role.yaml b/helm/jarvis-modbus-exporter/templates/role.yaml index 2f230b8..6a03cc9 100644 --- a/helm/jarvis-modbus-exporter/templates/role.yaml +++ b/helm/jarvis-modbus-exporter/templates/role.yaml @@ -10,6 +10,7 @@ rules: resources: - configmaps verbs: + - get - list - update - watch