Preview Deployments
{application?.name}
{#if application.gitSource?.htmlUrl && application.repository && application.branch}
{#if application.gitSource?.type === 'gitlab'}
{:else if application.gitSource?.type === 'github'}
{/if}
{/if}
{#if loading.init}
{:else}
Useful for creating
staging
environments." : "These values overwrite application secrets in PR/MR deployments.
Useful for creating
staging
environments."} />
{#if applicationSecrets.length !== 0}
{$t('forms.name')}
{$t('forms.value')}
{$t('application.preview.need_during_buildtime')}
{$t('forms.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}
{#if containers.length > 0} {#each containers as container}
{getDomain(container.fqdn)}
redeploy(container)}>{$t('application.preview.redeploy')}
removeApplication(container)} >{loading.removing ? 'Removing...' : 'Remove Application'}
{/each} {:else}
{$t('application.preview.no_previews_available')}
{/if}
{/if}