mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
fix(k8s): k8s deployment manifest file placeholder EE-1936
This commit is contained in:
parent
d64cab0c50
commit
6b91a813f0
2 changed files with 18 additions and 1 deletions
|
@ -45,7 +45,13 @@
|
|||
<div class="col-sm-12 form-section-title">
|
||||
Deployment type
|
||||
</div>
|
||||
<box-selector radio-name="deploy" ng-model="ctrl.state.DeployType" options="ctrl.deployOptions" data-cy="k8sAppDeploy-deploymentSelector"></box-selector>
|
||||
<box-selector
|
||||
radio-name="deploy"
|
||||
ng-model="ctrl.state.DeployType"
|
||||
on-change="(ctrl.onDeployTypeChange)"
|
||||
options="ctrl.deployOptions"
|
||||
data-cy="k8sAppDeploy-deploymentSelector"
|
||||
></box-selector>
|
||||
</div>
|
||||
|
||||
<!-- repository -->
|
||||
|
@ -58,6 +64,7 @@
|
|||
show-auth-explanation="true"
|
||||
path-text-title="Manifest path"
|
||||
path-placeholder="deployment.yml"
|
||||
deploy-method="{{ ctrl.DeployMethod }}"
|
||||
></git-form>
|
||||
<!-- !repository -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue