-
Notifications
You must be signed in to change notification settings - Fork 204
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
Issue#858 Add Vnet to Storage Account #904
Merged
Merged
Changes from 30 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
4ab6d20
issue#858#WIPaddVnetStorageAccount
buhongw7583c a13cc11
Merge upstream to current branch
buhongw7583c 24b8092
issue#858AddVentStorage0.2
buhongw7583c d3e62e7
Merge branch 'master' of https://github.com/Azure/azure-service-opera…
buhongw7583c 12c04f3
issue#858#fixYamlfile
buhongw7583c c15eaba
Merge branch 'master' of https://github.com/Azure/azure-service-opera…
buhongw7583c 569f067
Merge branch 'master' into issue#858
buhongw7583c d681d4c
Merge branch 'master' into issue#858
buhongw7583c f7e8d6a
:Merge branch 'master' of https://github.com/Azure/azure-service-oper…
buhongw7583c 400a0dd
#issue858#Controllertest
buhongw7583c 3bb8cb0
:1Merge branch 'issue#858' of https://github.com/buhongw7583c/azure-s…
buhongw7583c 182a66a
updates
jananivMS d5a30c2
Merge pull request #1 from jananivMS/hongstortest
buhongw7583c 4a89de5
#issue858#StorageControllertest#HandleAsyncError
buhongw7583c b7bbc9f
Merge branch 'master' into issue#858
buhongw7583c ea92543
Merge branch 'master' of https://github.com/Azure/azure-service-opera…
buhongw7583c 9c0587b
#issue858#conflict resolve
buhongw7583c 5721b5b
Merge branch 'issue#858' of https://github.com/buhongw7583c/azure-ser…
buhongw7583c 6861470
#issue858#updatecontroller test
buhongw7583c c0fdecb
#issue858#remove unused code
buhongw7583c b8ffe66
Merge branch 'master' into issue#858
WilliamMortlMicrosoft 09c8772
Update config/samples/azure_v1alpha1_storage.yaml
buhongw7583c 5e9f8e9
Update pkg/resourcemanager/storages/storageaccount/storage.go
buhongw7583c 6bf9286
Merge branch 'issue#858' of https://github.com/buhongw7583c/azure-ser…
buhongw7583c 230792f
Merge branch 'master' of https://github.com/Azure/azure-service-opera…
buhongw7583c 45c6989
#issue858#changePerComments
buhongw7583c 45af4d4
Merge branch 'buhongw7583c-issue#858'
buhongw7583c 03459ca
#updateyaml
buhongw7583c f050ac3
#updateyamle
buhongw7583c 4ce17b4
Merge branch 'master' into issue#858
frodopwns 4f8c974
Merge branch 'master' into issue#858
frodopwns 509b7e9
Merge branch 'master' into issue#858
buhongw7583c b33cd2c
::Merge branch 'master' of https://github.com/Azure/azure-service-ope…
buhongw7583c 1e62a4a
#issue858#removeWrongFile
buhongw7583c 7327240
Merge branch 'issue#858' of https://github.com/buhongw7583c/azure-ser…
buhongw7583c 7371d2d
Merge branch 'master' into issue#858
frodopwns File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: controller-manager | ||
namespace: system | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
# Change the value of image field below to your controller image URL | ||
- image: controller:latest | ||
name: manager | ||
env: | ||
- name: AZURE_CLIENT_ID | ||
valueFrom: | ||
secretKeyRef: | ||
name: azureoperatorsettings | ||
key: AZURE_CLIENT_ID | ||
optional: true | ||
- name: AZURE_CLIENT_SECRET | ||
valueFrom: | ||
secretKeyRef: | ||
name: azureoperatorsettings | ||
key: AZURE_CLIENT_SECRET | ||
optional: true | ||
- name: AZURE_TENANT_ID | ||
valueFrom: | ||
secretKeyRef: | ||
name: azureoperatorsettings | ||
key: AZURE_TENANT_ID | ||
- name: AZURE_SUBSCRIPTION_ID | ||
valueFrom: | ||
secretKeyRef: | ||
name: azureoperatorsettings | ||
key: AZURE_SUBSCRIPTION_ID | ||
- name: AZURE_USE_MI | ||
valueFrom: | ||
secretKeyRef: | ||
name: azureoperatorsettings | ||
key: AZURE_USE_MI | ||
optional: true | ||
- name: AZURE_OPERATOR_KEYVAULT | ||
valueFrom: | ||
secretKeyRef: | ||
name: azureoperatorsettings | ||
key: AZURE_OPERATOR_KEYVAULT | ||
optional: true | ||
#requeue after time in seconds" | ||
- name: REQUEUE_AFTER | ||
value: "30" | ||
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file should be removed...I think the -e files are related to errors