fix: DO wrong provider name in secrets (#424)

This commit is contained in:
Benjamin
2021-10-06 14:16:54 +02:00
committed by GitHub
parent 738880c729
commit 85b7250d01

View File

@@ -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(),