Skip to content

Instantly share code, notes, and snippets.

@jackfrancis
Created February 18, 2022 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackfrancis/e28276d566a91dde3a47d67d06e5615c to your computer and use it in GitHub Desktop.
Save jackfrancis/e28276d566a91dde3a47d67d06e5615c to your computer and use it in GitHub Desktop.
tilt-settings
{
"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