Skip to content

Commit e48b28c

Browse files
CopilotSRF-Audio
andcommitted
Address code review feedback - add clarifying comments
Co-authored-by: SRF-Audio <16975040+SRF-Audio@users.noreply.github.com>
1 parent c48fd12 commit e48b28c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

argocd/apps/platform/mqtt-broker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ spec:
1919
usersExistingSecret: mosquitto-auth
2020
users:
2121
- username: admin
22+
# Password field is ignored when usersExistingSecret is set
23+
# The actual password comes from the mosquitto-auth secret
2224
password: ""
2325
acl:
2426
- topic: "#"

k8s/infra-mqtt/onepassword/mosquitto-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# infra-mqtt namespace. The 1Password item must have a field named
44
# "passwords.conf" containing the mosquitto password file content
55
# (username:hash format, one per line).
6-
# Generate hashes using: mosquitto_passwd -c /tmp/passwd username
6+
# Generate hashes using: mosquitto_passwd -c /tmp/mosquitto_passwd username
77
apiVersion: onepassword.com/v1
88
kind: OnePasswordItem
99
metadata:

0 commit comments

Comments
 (0)