Skip to content

Commit

Permalink
fix: linting errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed Jul 5, 2024
1 parent e420301 commit f2a4aa6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/agent-plane-azure-vault/ci/integration-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ iatp:
dim:
url: "http://sts.server"

#debug:
# debug:
# enabled: true
# port: 4046
# suspendOnStart: true
2 changes: 1 addition & 1 deletion charts/agent-plane-azure-vault/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ controlplane:
# -- path for incoming api calls
path: /api/v1/dsp
ingresses:
- enabled: false
- enabled: false

# -- the name of the dataplane
name: "agentplane"
Expand Down
2 changes: 1 addition & 1 deletion charts/agent-plane/ci/integration-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ iatp:
dim:
url: "http://sts.server"

#debug:
# debug:
# enabled: true
# port: 4046
# suspendOnStart: true
2 changes: 1 addition & 1 deletion charts/agent-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ controlplane:
path: /api/v1/dsp
ingresses:
- enabled: true
tls:
tls:
enabled: true
hostname: 67dd349198194b508a8fd5e2dd24c173.api.mockbin.io

Expand Down

0 comments on commit f2a4aa6

Please sign in to comment.