Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Fix azure sample configs #189

Merged
merged 1 commit into from
Oct 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion dcos_launch/sample_configs/azure-with-helper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ template_parameters:
agentCount: 1
nameSuffix: 12345
enableVMDiagnostics: false
oauthEnabled: true
oauthEnabled: "true"
ssh_user: dcos

2 changes: 1 addition & 1 deletion dcos_launch/sample_configs/azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ template_parameters:
masterEndpointDNSNamePrefix: testing-foo-bar
agentEndpointDNSNamePrefix: testing-baz-qux
agentCount: 4
oauthEnabled: false
oauthEnabled: "false"
nameSuffix: 12435
tags:
expiration: 2weeks
Expand Down