aboutsummaryrefslogtreecommitdiff
path: root/10broker-config.yml
diff options
context:
space:
mode:
Diffstat (limited to '10broker-config.yml')
-rw-r--r--10broker-config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/10broker-config.yml b/10broker-config.yml
index b86a057..b6ecf1c 100644
--- a/10broker-config.yml
+++ b/10broker-config.yml
@@ -4,6 +4,10 @@ metadata:
namespace: kafka
apiVersion: v1
data:
+ init.sh: |-
+ echo "I guess I'm running in the init container"
+ sed -i 's/%p %m/%p -INIT-WAS-HERE- %m/' /etc/kafka/log4j.properties
+
server.properties: |-
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with