This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get AMI data from helm value rather than from hardcoded string in the… (
#3599) * Get AMI data from helm value rather than from hardcoded string in the code. * Get AMI data from helm value rather than from hardcoded string in the code. * Get AMI data from helm value rather than from hardcoded string in the code. * Get AMI data from helm value rather than from hardcoded string in the code. * Get AMI data from helm value rather than from hardcoded string in the code. * Get AMI data from helm value rather than from hardcoded string in the code. * Get AMI data from helm value rather than from hardcoded string in the code. * Get AMI data from helm value rather than from hardcoded string in the code.
- Loading branch information
Showing
9 changed files
with
200 additions
and
1,203 deletions.
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 |
---|---|---|
|
@@ -96,3 +96,5 @@ data: | |
{{- end }} | ||
kubernetes: | ||
incluster: true | ||
ami.json: | | ||
{{- .Values.aws.amiJSON |nindent 4 }} |
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ aws: | |
enabled: false | ||
vault: | ||
address: "http://localhost:8200" | ||
|
||
amiJSON: "{}" | ||
tenant: | ||
cni: | ||
mask: 16 | ||
|
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.