Skip to content

Commit

Permalink
Add prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tuladhar committed Nov 20, 2023
1 parent 7a5f735 commit 066cb17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/teleport-operator/templates/tbot-configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: tbot-config
name: {{ include "resource.default.name" . }}-tbot-config
namespace: {{ include "resource.default.namespace" . }}
labels:
{{- include "labels.common" . | nindent 4 }}
Expand Down
4 changes: 2 additions & 2 deletions helm/teleport-operator/templates/tbot-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: tbot
name: {{ include "resource.default.name" . }}-tbot
namespace: {{ include "resource.default.namespace" . }}
labels:
{{- include "labels.common" . | nindent 4 }}
Expand Down Expand Up @@ -60,7 +60,7 @@ spec:
volumes:
- name: config
configMap:
name: tbot-config
name: {{ include "resource.default.name" . }}-tbot-config
- name: join-sa-token
projected:
sources:
Expand Down

0 comments on commit 066cb17

Please sign in to comment.