mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
fix: DO wrong provider name in secrets (#424)
This commit is contained in:
@@ -834,7 +834,7 @@ datasources:
|
||||
},
|
||||
ChartSetValue {
|
||||
key: "environmentVariables.CLOUD_PROVIDER".to_string(),
|
||||
value: chart_config_prerequisites.cloud_provider.clone(),
|
||||
value: "do".to_string(),
|
||||
},
|
||||
ChartSetValue {
|
||||
key: "environmentVariables.KUBERNETES_ID".to_string(),
|
||||
@@ -930,7 +930,7 @@ datasources:
|
||||
},
|
||||
ChartSetValue {
|
||||
key: "environmentVariables.CLOUD_PROVIDER".to_string(),
|
||||
value: chart_config_prerequisites.cloud_provider.clone(),
|
||||
value: "do".to_string(),
|
||||
},
|
||||
ChartSetValue {
|
||||
key: "environmentVariables.REGION".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user