mirror of https://github.com/portainer/portainer
fix(kube): misspelling kube namespace (#6951)
parent
d754532ab1
commit
3791b7a16f
|
@ -27,7 +27,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group" ng-if="ctrl.formValues.Namespace">
|
<div class="form-group" ng-if="ctrl.formValues.Namespace">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<label for="toggle_logo" class="control-label text-left"> Use namespace(s) specificed from manifest </label>
|
<label for="toggle_logo" class="control-label text-left"> Use namespace(s) specified from manifest </label>
|
||||||
<portainer-tooltip
|
<portainer-tooltip
|
||||||
position="bottom"
|
position="bottom"
|
||||||
message="If you have defined namespaces in your deployment file turning this on will enforce the use of those only in the deployment"
|
message="If you have defined namespaces in your deployment file turning this on will enforce the use of those only in the deployment"
|
||||||
|
|
Loading…
Reference in New Issue