Skip to content

Commit

Permalink
Missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sankur-codes authored Nov 4, 2024
1 parent 739df01 commit 1ddaf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deploy/devconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func DevConfig(_env env.Core) (*Config, error) {
},
FluentbitImage: ptr.To(version.FluentbitImage(azureUniquePrefix + "aro." + _env.Environment().ContainerRegistryDNSSuffix)),
FPClientID: ptr.To(os.Getenv("AZURE_FP_CLIENT_ID")),
FPTENANTID: ptr.To(os.Getenv("AZURE_TENANT_ID")),
FPTenantID: ptr.To(os.Getenv("AZURE_TENANT_ID")),
FPServicePrincipalID: ptr.To(os.Getenv("AZURE_FP_SERVICE_PRINCIPAL_ID")),
GatewayDomains: []string{
"eastus-shared.ppe.warm.ingest.monitor.core.windows.net",
Expand Down

0 comments on commit 1ddaf48

Please sign in to comment.