Skip to content

Commit

Permalink
appease linter p2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Aug 9, 2024
1 parent e7be5c2 commit dac974e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/envoy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ trisa:
keyExchangeCacheTTL: "24h"

directory:
insecure: "false" # Only used for development!
endpoint: "" # If left blank, this is determined by the isTestnet flag
membersEndpoint: "" # If left blank, this is determined by the isTestnet flag
insecure: "false" # Only used for development!
endpoint: "" # If left blank, this is determined by the isTestnet flag
membersEndpoint: "" # If left blank, this is determined by the isTestnet flag
syncEnabled: "true"
syncInterval: "6h"

Expand Down Expand Up @@ -279,4 +279,4 @@ nodeSelector: {}
tolerations: []

# Optionally specify affinities to ensure pods and resources are together or separated
affinity: {}
affinity: {}

0 comments on commit dac974e

Please sign in to comment.