Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jul 22, 2024
1 parent 72a543f commit 41ce937
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ topology_template:
description: Email to be used for Let's Encrypt certificates
type: string


node_templates:

minio:
Expand Down Expand Up @@ -139,4 +138,4 @@ topology_template:
minio_console:
value: { concat: ["https://console.minio.", { get_attribute: [ simple_node, public_address, 0 ] }, "nip.io"] }
minio_api:
value: { concat: ["https://minio.", { get_attribute: [ simple_node, public_address, 0 ] }, "nip.io"] }
value: { concat: ["https://minio.", { get_attribute: [ simple_node, public_address, 0 ] }, "nip.io"] }

0 comments on commit 41ce937

Please sign in to comment.