зеркало из https://github.com/Azure/ARO-RP.git
ARO-4373 fix oidcstorageaccount var validation (#3743)
This commit is contained in:
Родитель
2808298ec8
Коммит
a16e7e8799
|
@ -52,6 +52,7 @@ func rp(ctx context.Context, log, audit *logrus.Entry) error {
|
|||
if _env.IsLocalDevelopmentMode() {
|
||||
keys = []string{
|
||||
"PULL_SECRET",
|
||||
env.OIDCStorageAccountName,
|
||||
}
|
||||
} else {
|
||||
keys = []string{
|
||||
|
@ -61,6 +62,7 @@ func rp(ctx context.Context, log, audit *logrus.Entry) error {
|
|||
"CLUSTER_MDM_NAMESPACE",
|
||||
"MDM_ACCOUNT",
|
||||
"MDM_NAMESPACE",
|
||||
env.OIDCStorageAccountName,
|
||||
}
|
||||
|
||||
if _, found := os.LookupEnv("PULL_SECRET"); found {
|
||||
|
|
|
@ -205,10 +205,6 @@ func newProd(ctx context.Context, log *logrus.Entry, component ServiceComponent)
|
|||
p.gatewayDomains = append(p.gatewayDomains, p.acrDomain, acrDataDomain)
|
||||
}
|
||||
|
||||
if err := ValidateVars(OIDCStorageAccountName); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
p.ARMHelper, err = newARMHelper(ctx, log, p)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Загрузка…
Ссылка в новой задаче