mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix git options for kube (#8889)
This commit is contained in:
parent
5d2723f4b9
commit
9970fb3940
5 changed files with 9 additions and 0 deletions
|
@ -80,6 +80,8 @@
|
|||
ng-if="ctrl.state.BuildMethod === ctrl.BuildMethods.GIT"
|
||||
value="ctrl.formValues"
|
||||
on-change="(ctrl.onChangeFormValues)"
|
||||
environment-type="KUBERNETES"
|
||||
is-force-pull-visible="false"
|
||||
is-additional-files-field-visible="true"
|
||||
is-auth-explanation-visible="true"
|
||||
deploy-method="{{ ctrl.state.DeployType === ctrl.ManifestDeployTypes.COMPOSE ? 'compose' : 'manifest' }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue