We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48fd12 commit e48b28cCopy full SHA for e48b28c
2 files changed
argocd/apps/platform/mqtt-broker.yml
@@ -19,6 +19,8 @@ spec:
19
usersExistingSecret: mosquitto-auth
20
users:
21
- username: admin
22
+ # Password field is ignored when usersExistingSecret is set
23
+ # The actual password comes from the mosquitto-auth secret
24
password: ""
25
acl:
26
- topic: "#"
k8s/infra-mqtt/onepassword/mosquitto-auth.yml
@@ -3,7 +3,7 @@
3
# infra-mqtt namespace. The 1Password item must have a field named
4
# "passwords.conf" containing the mosquitto password file content
5
# (username:hash format, one per line).
6
-# Generate hashes using: mosquitto_passwd -c /tmp/passwd username
+# Generate hashes using: mosquitto_passwd -c /tmp/mosquitto_passwd username
7
apiVersion: onepassword.com/v1
8
kind: OnePasswordItem
9
metadata:
0 commit comments