Skip to content

Commit 93ada16

Browse files
authored
Fix CLI flags (#1145)
1 parent fce3d5e commit 93ada16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/shared/attachments/redpanda-console-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,18 +221,18 @@ serde:
221221
# basicAuth:
222222
# enabled: true
223223
# username: token
224-
# Password can also be set using the via the --git.basic-auth.password flag.
224+
# Password can also be set using the --serde.protobuf.git.basic-auth.password flag.
225225
# password:
226226
# You can pass the private key file directly using a flag on the command line, or you can specify it in the
227227
# yaml configuration file. Another alternative is to provide the filepath to a mounted key
228228
# file in this configuration block.
229229
# ssh:
230230
# enabled: false
231231
# username:
232-
# privateKey can also be set using the --git.ssh.private-key flag.
232+
# privateKey can also be set using the --serde.protobuf.git.ssh.private-key flag.
233233
# privateKey:
234234
# privateKeyFilepath:
235-
# Passphrase can also be set using the --git.ssh.passphrase flag.
235+
# Passphrase can also be set using the --serde.protobuf.git.ssh.passphrase flag.
236236
# passphrase:
237237
# messagePack:
238238
# enabled: false

0 commit comments

Comments
 (0)