Skip to content

Commit

Permalink
feat: change yaml multi line Indicator
Browse files Browse the repository at this point in the history
change yaml multi line Indicator

Signed-off-by: weichou1229 <[email protected]>
  • Loading branch information
weichou1229 committed Aug 23, 2024
1 parent 2dd5d1d commit a06e506
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 17 deletions.
2 changes: 1 addition & 1 deletion compose-builder/add-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:
VAULT_ADDR: http://edgex-vault:8200
VAULT_CONFIG_DIR: /vault/config
VAULT_UI: "true"
VAULT_LOCAL_CONFIG: >
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
}
Expand Down
3 changes: 2 additions & 1 deletion docker-compose-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion docker-compose-with-app-sample-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion docker-compose-with-app-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion docker-compose-zero-trust-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion docker-compose-zero-trust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion taf/docker-compose-taf-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2360,7 +2360,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion taf/docker-compose-taf-keeper-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2279,7 +2279,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion taf/docker-compose-taf-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2279,7 +2279,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion taf/docker-compose-taf-mqtt-bus-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion taf/docker-compose-taf-mqtt-bus-keeper-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion taf/docker-compose-taf-mqtt-bus-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion taf/docker-compose-taf-mqtt-bus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion taf/docker-compose-taf-perf-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1712,7 +1712,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion taf/docker-compose-taf-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1712,7 +1712,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
3 changes: 2 additions & 1 deletion taf/docker-compose-taf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2360,7 +2360,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down

0 comments on commit a06e506

Please sign in to comment.