Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc aks followup #507

Merged
merged 6 commits into from
Oct 16, 2022
Merged

Misc aks followup #507

merged 6 commits into from
Oct 16, 2022

Conversation

jsaun
Copy link
Contributor

@jsaun jsaun commented Oct 10, 2022

  1. Remove blob storage mounts for Tes.
  2. Fixes to arguments validation, don't validate helm install if manualhelminstall flag is used and default provisionpostgresql to true if AKS is used.
  3. Remove settings-system & settings-user, use aksValues.yaml to store all settings.

@jsaun jsaun marked this pull request as ready for review October 12, 2022 01:58
@jsaun jsaun added this to the 3.2 milestone Oct 14, 2022

public async Task UpgradeValuesYaml(IStorageAccount storageAccount, Dictionary<string, string> settings)
{
var values = KubernetesYaml.Deserialize<HelmValues>(await Deployer.DownloadTextFromStorageAccountAsync(storageAccount, Deployer.ConfigurationContainerName, "aksValues.yaml", cts));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is called "aksValues.yml" but below is "values.yaml" - is there a reason for them to differ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the actual helm deployment, it must be named exactly values.yaml. I added the AKS prefix while in the storage account since you mentioned in the meeting last week, and it does add some specificity to the filename in that context.

@MattMcL4475 MattMcL4475 self-requested a review October 15, 2022 00:44
@jsaun jsaun merged commit 9e85a9e into develop Oct 16, 2022
@jsaun jsaun deleted the jsaun/misc-aks-followup branch October 16, 2022 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants