Skip to content

Commit 5e6cfef

Browse files
Suguru HiraharaSuguru Hirahara
authored andcommitted
Fix a line for an example of configuration for Traefik's additional labels
Signed-off-by: Suguru Hirahara <did:key:z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
1 parent 2e071ba commit 5e6cfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ semaphore_container_labels_traefik_additional_response_headers_custom: {}
148148
# To add your own custom labels, use `semaphore_container_labels_additional_labels_custom`
149149
#
150150
# Example:
151-
# semaphore_container_labels_additional_labels_custom: |
151+
# semaphore_container_labels_additional_labels_custom:
152152
# - my.label=1
153153
# - another.label="here"
154154
semaphore_container_labels_additional_labels: "{{ semaphore_container_labels_additional_labels_auto + semaphore_container_labels_additional_labels_custom }}"

0 commit comments

Comments
 (0)