Skip to content

Commit

Permalink
Add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tuladhar authored Nov 7, 2023
1 parent 5bd6c6b commit 235e740
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions helm/teleport-operator/templates/tbot-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit 235e740

Please sign in to comment.