From 8ecb63ff705d82388708648211e9ccd7f8b6ac66 Mon Sep 17 00:00:00 2001 From: Hamza Jugon <104994559+HamzaJugon@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:36:48 +0000 Subject: [PATCH] Update k8s-path-cleanup.tf --- k8s-path-cleanup.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/k8s-path-cleanup.tf b/k8s-path-cleanup.tf index acd98c8..51b9ff1 100644 --- a/k8s-path-cleanup.tf +++ b/k8s-path-cleanup.tf @@ -99,6 +99,11 @@ resource "kubernetes_deployment_v1" "beekeeper_path_cleanup" { name = local.spring_application_json_key value = data.template_file.beekeeper_path_cleanup_config.rendered } + + env { + name = "HADOOP_USER_NAME" + value = "beekeeper" + } } image_pull_secrets { name = var.docker_registry_secret_name