diff --git a/test/minio/1.0.1/questions.yaml b/test/minio/1.0.1/questions.yaml index 1ec0b95daf..7543f22c44 100644 --- a/test/minio/1.0.1/questions.yaml +++ b/test/minio/1.0.1/questions.yaml @@ -116,7 +116,7 @@ questions: type: string required: true - variable: value - label: value + label: "Value" schema: type: string required: true diff --git a/test/minio/1.0.1/test_values.yaml b/test/minio/1.0.1/test_values.yaml index 86f866e9f3..464cfbfa87 100644 --- a/test/minio/1.0.1/test_values.yaml +++ b/test/minio/1.0.1/test_values.yaml @@ -11,7 +11,7 @@ extraArgs: [] updateStrategy: RollingUpdate service: - nodePort: 32000 + nodePort: 32001 environment: ## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html diff --git a/test/plex/1.0.1/test_values.yaml b/test/plex/1.0.1/test_values.yaml index e87d30077c..53802c93f1 100644 --- a/test/plex/1.0.1/test_values.yaml +++ b/test/plex/1.0.1/test_values.yaml @@ -61,12 +61,5 @@ transcodeHostPathEnabled: false dataHostPathEnabled: false configHostPathEnabled: false -proxy: - # This allows to set a proxy environment variable, which PMS uses to fetch the token and assets like movie cover - enabled: false - # http: "http://proxy:8080" - # https: "https://proxy:8080" - # noproxy: "localhost,127.0.0.1,10.96.0.0/12,10.244.0.0/12" - gpuConfiguration: {} emptyDirVolumes: true