-
Notifications
You must be signed in to change notification settings - Fork 15
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
Static files for values #9
Conversation
a5d7332
to
64dedfc
Compare
@@ -2,8 +2,8 @@ | |||
|
|||
k3d_prov_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" |
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.
Ignore changes in this file: just formatting.
64dedfc
to
1c0e0bc
Compare
CI will fail until a new release of the Helm chart is available. |
1c0e0bc
to
1c65815
Compare
* Load files for values from some predefined locations. The Operator will use these values files for setting Helm values before installing the Chart. * Static values files as ConfigMaps, with different `deploymentTool` for the manifest and for the Operator Helm chart. * Static value file added in the image that is deployed to Azure, with a specific `deploymentTool` for Azure. Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
1c65815
to
e09fc63
Compare
A new Helm chart has been published and CI is passing. Ready for review. |
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.
+1
deploymentTool
for the manifest and for the Operator Helm chart.deploymentTool
for Azure.Notes for reviewers
k3d.sh
has suffered some re-formatting. Please ignore.