Created
February 18, 2022 01:10
-
-
Save jackfrancis/e28276d566a91dde3a47d67d06e5615c to your computer and use it in GitHub Desktop.
tilt-settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"kustomize_substitutions": { | |
"AZURE_SUBSCRIPTION_ID": "<sub id here>", | |
"AZURE_TENANT_ID": "<tenant id here>", | |
"AZURE_CLIENT_SECRET": "<sp pw here>", | |
"AZURE_CLIENT_ID": "<sp id here>", | |
"AZURE_ENVIRONMENT": "AzurePublicCloud", | |
"AZURE_SSH_PUBLIC_KEY_B64": "<ssh public key here>" | |
}, | |
"worker-templates": { | |
"flavors": { | |
"machinepool-ccp": {} | |
}, | |
"metadata": {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment