Skip to content

Commit

Permalink
Update k8s-metadata-cleanup.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaJugon authored Dec 4, 2023
1 parent 8ecb63f commit 46d7418
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions k8s-metadata-cleanup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ resource "kubernetes_deployment_v1" "beekeeper_metadata_cleanup" {
name = local.spring_application_json_key
value = data.template_file.beekeeper_metadata_cleanup_config.rendered
}

env {
name = "HADOOP_USER_NAME"
value = "beekeeper"
}
}
image_pull_secrets {
name = var.docker_registry_secret_name
Expand Down

0 comments on commit 46d7418

Please sign in to comment.