add aclfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user