diff --git a/chaoscenter/graphql/server/manifests/cluster/3b_agents_deployment.yaml b/chaoscenter/graphql/server/manifests/cluster/3b_agents_deployment.yaml index 8e954ee9d6e..e602cc52387 100644 --- a/chaoscenter/graphql/server/manifests/cluster/3b_agents_deployment.yaml +++ b/chaoscenter/graphql/server/manifests/cluster/3b_agents_deployment.yaml @@ -10,7 +10,6 @@ data: VERSION: #{VERSION} START_TIME: #{START_TIME} SKIP_SSL_VERIFY: "#{SKIP_SSL_VERIFY}" - CUSTOM_TLS_CERT: "#{CUSTOM_TLS_CERT}" IS_INFRA_CONFIRMED: #{IS_INFRA_CONFIRMED} COMPONENTS: | DEPLOYMENTS: #{INFRA_DEPLOYMENTS} @@ -23,6 +22,7 @@ metadata: stringData: INFRA_ID: #{INFRA_ID} ACCESS_KEY: #{ACCESS_KEY} + CUSTOM_TLS_CERT: "#{CUSTOM_TLS_CERT}" --- apiVersion: apps/v1 kind: Deployment