1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

fix(kube): misspelling kube namespace (#6951)

This commit is contained in:
Chao Geng 2022-05-20 07:34:30 +08:00 committed by GitHub
parent d754532ab1
commit 3791b7a16f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
</div>
<div class="form-group" ng-if="ctrl.formValues.Namespace">
<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
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"