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