Compare commits

...

3 Commits

Author SHA1 Message Date
Anthony Lapenna
514771bd2a fix(k8s/volumes): fix an issue with the system volume filter not working 2020-08-31 12:47:44 +12:00
Anthony Lapenna
3b02596704 Merge pull request #10 from portainer/ee-pulldog
feat(build/pulldog): review pulldog configuration
2020-08-28 15:25:59 +12:00
Anthony Lapenna
2972dbeafb feat(build/pulldog): review pulldog configuration 2020-08-18 12:36:01 +12:00
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ class KubernetesVolumesDatatableController {
}
isDisplayed(item) {
return !this.isSystemNamespace(item) || this.showSystem;
return !this.isSystemNamespace(item) || this.settings.showSystem;
}
isExternalVolume(item) {

View File

@@ -2,7 +2,7 @@ version: '3'
services:
portainer:
image: portainerci/portainer:$PORTAINER_TAG
image: portainerci/portainer-ee:$PORTAINER_TAG
command: -H unix:///var/run/docker.sock --admin-password $$2y$$05$$cQ4zB2SEdP4U3kkNhUV.Gu/xPdE4wSKEo1ncBFfKeERMI6IiXbg8y
restart: always
ports: