From 3a5f1554b8e74112f09884c0ab7d7502fa02bd0e Mon Sep 17 00:00:00 2001 From: Spyros Synodinos Date: Wed, 23 Oct 2024 16:44:05 +0300 Subject: [PATCH] namefix --- helm/teleport-operator/templates/tbot-configmap.yaml | 2 +- helm/teleport-operator/templates/tbot-deployment.yaml | 2 +- helm/teleport-operator/templates/tbot-networkpolicy.yaml | 2 +- helm/teleport-operator/values.schema.json | 2 +- helm/teleport-operator/values.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/teleport-operator/templates/tbot-configmap.yaml b/helm/teleport-operator/templates/tbot-configmap.yaml index b2f1bb29..61622784 100644 --- a/helm/teleport-operator/templates/tbot-configmap.yaml +++ b/helm/teleport-operator/templates/tbot-configmap.yaml @@ -1,4 +1,4 @@ -{{- if .Values.tbot-deployment.enabled }} +{{- if .Values.tbotDeployment.enabled }} apiVersion: v1 kind: ConfigMap metadata: diff --git a/helm/teleport-operator/templates/tbot-deployment.yaml b/helm/teleport-operator/templates/tbot-deployment.yaml index 2d1f21c2..79bd16ce 100644 --- a/helm/teleport-operator/templates/tbot-deployment.yaml +++ b/helm/teleport-operator/templates/tbot-deployment.yaml @@ -1,4 +1,4 @@ -{{- if .Values.tbot-deployment.enabled }} +{{- if .Values.tbotDeployment.enabled }} apiVersion: apps/v1 kind: Deployment metadata: diff --git a/helm/teleport-operator/templates/tbot-networkpolicy.yaml b/helm/teleport-operator/templates/tbot-networkpolicy.yaml index 659522d0..87025469 100644 --- a/helm/teleport-operator/templates/tbot-networkpolicy.yaml +++ b/helm/teleport-operator/templates/tbot-networkpolicy.yaml @@ -1,4 +1,4 @@ -{{- if .Values.tbot-deployment.enabled }} +{{- if .Values.tbotDeployment.enabled }} {{- if .Values.ciliumNetworkPolicy.enabled }} apiVersion: cilium.io/v2 kind: CiliumNetworkPolicy diff --git a/helm/teleport-operator/values.schema.json b/helm/teleport-operator/values.schema.json index a02cfc49..5c994f70 100644 --- a/helm/teleport-operator/values.schema.json +++ b/helm/teleport-operator/values.schema.json @@ -164,7 +164,7 @@ } } }, - "tbot-deployment": { + "tbotDeployment": { "type": "object", "properties": { "enabled": { diff --git a/helm/teleport-operator/values.yaml b/helm/teleport-operator/values.yaml index 6fd8892c..6ae855de 100644 --- a/helm/teleport-operator/values.yaml +++ b/helm/teleport-operator/values.yaml @@ -69,5 +69,5 @@ tbot: enabled: false # Enables `teleport-operator-tbot` deployment -tbot-deployment: +tbotDeployment: enabled: true