- Portainer will automatically expose all the keys of a configuration as environment variables. This behavior can be overriden to filesystem mounts for each key
- via the override button.
+ Portainer will automatically expose all the keys of a configuration as environment variables. This behavior can be overridden to filesystem mounts for each
+ key via the override button.
- Access tagged as inherited are inherited from the group access. They cannot be removed or modified at the environment level but they can be overriden.
+ Access tagged as inherited are inherited from the group access. They cannot be removed or modified at the environment level but they can be overridden.
Access tagged as override are overriding the group access for the related users/teams.
diff --git a/app/portainer/components/forms/kubernetes-app-git-form/kubernetes-app-git-form.controller.js b/app/portainer/components/forms/kubernetes-app-git-form/kubernetes-app-git-form.controller.js
index b31f914bc..adc81e5b9 100644
--- a/app/portainer/components/forms/kubernetes-app-git-form/kubernetes-app-git-form.controller.js
+++ b/app/portainer/components/forms/kubernetes-app-git-form/kubernetes-app-git-form.controller.js
@@ -41,7 +41,7 @@ class KubernetesAppGitFormController {
try {
const confirmed = await this.ModalService.confirmAsync({
title: 'Are you sure?',
- message: 'Any changes to this application will be overriden by the definition in git and may cause a service interruption. Do you wish to continue?',
+ message: 'Any changes to this application will be overridden by the definition in git and may cause a service interruption. Do you wish to continue?',
buttons: {
confirm: {
label: 'Update',
diff --git a/app/portainer/components/forms/kubernetes-redeploy-app-git-form/kubernetes-redeploy-app-git-form.controller.js b/app/portainer/components/forms/kubernetes-redeploy-app-git-form/kubernetes-redeploy-app-git-form.controller.js
index d6caf7cc7..34f2f1fce 100644
--- a/app/portainer/components/forms/kubernetes-redeploy-app-git-form/kubernetes-redeploy-app-git-form.controller.js
+++ b/app/portainer/components/forms/kubernetes-redeploy-app-git-form/kubernetes-redeploy-app-git-form.controller.js
@@ -82,7 +82,7 @@ class KubernetesRedeployAppGitFormController {
try {
const confirmed = await this.ModalService.confirmAsync({
title: 'Are you sure?',
- message: 'Any changes to this application will be overriden by the definition in git and may cause a service interruption. Do you wish to continue?',
+ message: 'Any changes to this application will be overridden by the definition in git and may cause a service interruption. Do you wish to continue?',
buttons: {
confirm: {
label: 'Update',
diff --git a/app/portainer/settings/authentication/ldap/ldap-settings-custom/ldap-settings-custom.html b/app/portainer/settings/authentication/ldap/ldap-settings-custom/ldap-settings-custom.html
index a4cc08472..1b7cbdc2b 100644
--- a/app/portainer/settings/authentication/ldap/ldap-settings-custom/ldap-settings-custom.html
+++ b/app/portainer/settings/authentication/ldap/ldap-settings-custom/ldap-settings-custom.html
@@ -61,7 +61,7 @@