Previews for {getDomain(application.fqdn)}
{#each applicationSecrets as secret} {#key secret.id} s.name === secret.name)} isPRMRSecret name={secret.name} value={secret.value} isBuildSecret={secret.isBuildSecret} on:refresh={refreshSecrets} /> {/key} {/each}
Name Value Need during buildtime?
Please add secrets to the application first.

These values overwrite application secrets in PR/MR deployments. Useful for creating staging environments." : "These values overwrite application secrets in PR/MR deployments. Useful for creating staging environments."} />
{#if containers.length > 0} {#each containers as container}
{getDomain(container.fqdn)}
{/each} {:else}
No previews available
{/if}