1 write to _environment
Aspire.Hosting.Radius (1)
Publishing\SealedSecretApplyStep.cs (1)
41internal SealedSecretApplyStep(RadiusEnvironmentResource environment) => _environment = environment;
7 references to _environment
Aspire.Hosting.Radius (7)
Publishing\SealedSecretApplyStep.cs (7)
47Name = $"apply-sealed-secrets-{_environment.Name}", 48Description = $"Apply and await sealed secrets for '{_environment.Name}' before rad deploy", 51step.DependsOn($"publish-radius-{_environment.Name}"); 53step.RequiredBy($"deploy-radius-{_environment.Name}"); 81var outputDir = PublishingContextUtils.GetEnvironmentOutputPath(context, _environment); 86store, outputDir, store.Population.SealedManifestPath!, _environment.Namespace, 202.Where(s => s.Scope == RadiusSecretStoreScope.Application || ReferenceEquals(s.OwningEnvironment, _environment))