Skip to content

Commit

Permalink
Fixed tbot charts
Browse files Browse the repository at this point in the history
  • Loading branch information
vvondruska committed Nov 15, 2023
1 parent c2cbaed commit 7c999c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/teleport-operator/templates/tbot-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: tbot-secrets-admin
namespace: {{ include "resource.default.namespace" . }}
labels:
{{ - include "labels.common" . | nindent 4 }}
{{- include "labels.common" . | nindent 4 }}
rules:
- apiGroups: [""]
resources: ["secrets"]
Expand All @@ -16,7 +16,7 @@ metadata:
name: tbot-secrets-admin
namespace: {{ include "resource.default.namespace" . }}
labels:
{{ - include "labels.common" . | nindent 4 }}
{{- include "labels.common" . | nindent 4 }}
subjects:
- kind: ServiceAccount
name: tbot
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/templates/tbot-serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
name: tbot
namespace: {{ include "resource.default.namespace" . }}
labels:
{{ - include "labels.common" . | nindent 4 }}
{{- include "labels.common" . | nindent 4 }}

0 comments on commit 7c999c2

Please sign in to comment.