diff --git a/src/test/resources/configs/conflict.yaml b/src/test/resources/configs/conflict.yaml index 088ebd6..1f22bb3 100644 --- a/src/test/resources/configs/conflict.yaml +++ b/src/test/resources/configs/conflict.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: sp-example-shinyproxy-cm-8c17f21f9d82e1a5f98d3af986397a9656ac89 + name: sp-example-shinyproxy-cm-a2460e4e35bfd14f72413e02ac6acfd0d33d7e namespace: itest data: application.yml: | diff --git a/src/test/resources/configs/simple_config.yaml b/src/test/resources/configs/simple_config.yaml index 942c4b1..7cf44a1 100644 --- a/src/test/resources/configs/simple_config.yaml +++ b/src/test/resources/configs/simple_config.yaml @@ -15,6 +15,7 @@ spec: authentication: simple containerBackend: kubernetes stop-proxies-on-shutdown: false + default-stop-proxy-on-logout: false kubernetes: namespace: itest internal-networking: true diff --git a/src/test/resources/configs/simple_config_updated.yaml b/src/test/resources/configs/simple_config_updated.yaml index 1454c5b..b7de94f 100644 --- a/src/test/resources/configs/simple_config_updated.yaml +++ b/src/test/resources/configs/simple_config_updated.yaml @@ -15,6 +15,7 @@ spec: authentication: simple containerBackend: kubernetes stop-proxies-on-shutdown: false + default-stop-proxy-on-logout: false kubernetes: namespace: itest internal-networking: true