Skip to content

Commit

Permalink
namefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno committed Oct 23, 2024
1 parent 79185f4 commit 3a5f155
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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,4 +1,4 @@
{{- if .Values.tbot-deployment.enabled }}
{{- if .Values.tbotDeployment.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/templates/tbot-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.tbot-deployment.enabled }}
{{- if .Values.tbotDeployment.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/templates/tbot-networkpolicy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.tbot-deployment.enabled }}
{{- if .Values.tbotDeployment.enabled }}
{{- if .Values.ciliumNetworkPolicy.enabled }}
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
}
}
},
"tbot-deployment": {
"tbotDeployment": {
"type": "object",
"properties": {
"enabled": {
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ tbot:
enabled: false

# Enables `teleport-operator-tbot` deployment
tbot-deployment:
tbotDeployment:
enabled: true

0 comments on commit 3a5f155

Please sign in to comment.