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

Add ability to set azure environment for stow #1269

Merged
merged 6 commits into from
Mar 9, 2022
Merged

Conversation

bathina2
Copy link
Contributor

@bathina2 bathina2 commented Mar 8, 2022

Change Overview

The following PR updates the secret definition for azure. It add the environment name field.
The azure config command then uses this variable to prepare the config for stow.

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

  • #XXX

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

Copy link
Contributor

@onkarbhat onkarbhat left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -45,6 +45,8 @@ type SecretAzure struct {
StorageAccount string
// storage key
StorageKey string
// environment name
Copy link
Contributor

Choose a reason for hiding this comment

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

@bathina2 does Env need to be a Secret?

@bathina2 bathina2 assigned bathina2 and unassigned bathina2 Mar 8, 2022
@bathina2 bathina2 added the kueue label Mar 8, 2022
@mergify mergify bot merged commit 8425d3c into master Mar 9, 2022
@mergify mergify bot deleted the az-gov-stow-changes branch March 9, 2022 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants