From e183bc5d7875a7646b27195f19dbd7dc40a19177 Mon Sep 17 00:00:00 2001 From: Puru <5674762+tuladhar@users.noreply.github.com> Date: Tue, 7 Nov 2023 23:29:04 +0545 Subject: [PATCH] Add configmap --- helm/teleport-operator/templates/psp.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/teleport-operator/templates/psp.yaml b/helm/teleport-operator/templates/psp.yaml index 17994186..57acaca7 100644 --- a/helm/teleport-operator/templates/psp.yaml +++ b/helm/teleport-operator/templates/psp.yaml @@ -32,4 +32,5 @@ spec: volumes: - 'projected' - 'secret' + - 'configMap' {{- end }}