From 235e7406409946d4baae7694a7c19e26551dabb6 Mon Sep 17 00:00:00 2001 From: Puru <5674762+tuladhar@users.noreply.github.com> Date: Tue, 7 Nov 2023 19:57:44 +0545 Subject: [PATCH] Add resources --- helm/teleport-operator/templates/tbot-deployment.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helm/teleport-operator/templates/tbot-deployment.yaml b/helm/teleport-operator/templates/tbot-deployment.yaml index 70e71c45..6f122373 100644 --- a/helm/teleport-operator/templates/tbot-deployment.yaml +++ b/helm/teleport-operator/templates/tbot-deployment.yaml @@ -59,6 +59,8 @@ spec: {{- with .Values.containerSecurityContext }} {{- . | toYaml | nindent 10 }} {{- end }} + resources: + {{- toYaml .Values.resources | nindent 10 }} serviceAccountName: {{ include "resource.default.name" . }} volumes: - name: config @@ -75,5 +77,4 @@ spec: # `example.teleport.sh` must be replaced with the name of # your Teleport cluster. audience: test.teleport.giantwarm.io - resources: - {{- toYaml .Values.resources | nindent 10 }} +