Skip to content

Commit c898c4e

Browse files
Fix indentation for secretRef in authentication docs (#1135)
1 parent 9e5d5b8 commit c898c4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/manage/partials/authentication.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ spec:
753753
auth:
754754
sasl:
755755
enabled: true
756-
secretRef: redpanda-superusers
756+
secretRef: redpanda-superusers
757757
config:
758758
cluster:
759759
sasl_mechanisms:
@@ -779,7 +779,7 @@ Helm::
779779
auth:
780780
sasl:
781781
enabled: true
782-
secretRef: redpanda-superusers
782+
secretRef: redpanda-superusers
783783
config:
784784
cluster:
785785
sasl_mechanisms:
@@ -942,7 +942,7 @@ spec:
942942
auth:
943943
sasl:
944944
enabled: true
945-
secretRef: redpanda-superusers
945+
secretRef: redpanda-superusers
946946
config:
947947
cluster:
948948
sasl_mechanisms:
@@ -974,7 +974,7 @@ Helm::
974974
auth:
975975
sasl:
976976
enabled: true
977-
secretRef: redpanda-superusers
977+
secretRef: redpanda-superusers
978978
config:
979979
cluster:
980980
sasl_mechanisms:
@@ -1393,7 +1393,7 @@ spec:
13931393
auth:
13941394
sasl:
13951395
enabled: true
1396-
secretRef: redpanda-superusers
1396+
secretRef: redpanda-superusers
13971397
config:
13981398
cluster:
13991399
admin_api_require_auth: true

0 commit comments

Comments
 (0)