add aclfile

This commit is contained in:
2026-01-30 11:57:46 +01:00
parent 6aaf9151c6
commit 2da6ff6da0
3 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ openssl dhparam -out $DHPARAM 2048
kubectl create configmap mosquitto-broker-config \
--from-file=mosquitto.conf=mosquitto.conf \
--from-file=pwfile=$SECRETS_PLAINTEXT \
--from-file=aclfile=aclfile \
--from-file=dhparam.pem=$DHPARAM \
--namespace=$NAMESPACE \
--dry-run=client -o yaml | kubectl apply -f - -n $NAMESPACE