Previews for {getDomain(application.fqdn)}
{#if applicationSecrets.length !== 0}
{#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? Action
{/if}
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}