Skip to content

Commit

Permalink
Update hack-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Feb 13, 2025
1 parent e95ea4c commit 66db743
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 3 additions & 4 deletions hack/app-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: "nais.io/v1alpha1"
kind: "Application"
metadata:
name: "redis-test"
name: "kafka-test"
namespace: basseng
labels:
team: "basseng"
Expand All @@ -20,6 +20,5 @@ spec:
requests:
cpu: "200m"
memory: "256Mi"
valkey:
- instance: cache
access: admin
kafka:
pool: dev-nais-dev
7 changes: 7 additions & 0 deletions hack/kcat-conf-bash-generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cat >kcat.conf <<EOF
ssl.certificate.location=${KAFKA_CERTIFICATE_PATH}
ssl.key.location=${KAFKA_PRIVATE_KEY_PATH}
ssl.ca.location=${KAFKA_CA_PATH}
bootstrap.servers=${KAFKA_BROKERS}
security.protocol=ssl
EOF

0 comments on commit 66db743

Please sign in to comment.