From b074240407257172a73c1f5f4249af419bf24b08 Mon Sep 17 00:00:00 2001 From: lyy <2424809934@qq.com> Date: Mon, 2 Oct 2023 12:49:40 +0800 Subject: [PATCH] Fix couchdb auto-generated password --- installer/k8s/README.md | 2 +- installer/k8s/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/k8s/README.md b/installer/k8s/README.md index 9bb5d4867c..40d3ec5b0b 100644 --- a/installer/k8s/README.md +++ b/installer/k8s/README.md @@ -169,7 +169,7 @@ rm -rf ${HOME}/streampipes-k8s | external.couchdb.appName | CouchDB application name | "couchdb" | | external.couchdb.version | CouchDB version | 3.3.1 | | external.couchdb.user | CouchDB admin username | "admin" | -| external.couchdb.password | CouchDB admin password | "admin" | +| external.couchdb.password | CouchDB admin password | empty (auto-generated) | | external.couchdb.port | Port for the CouchDB service | 5984 | | external.couchdb.service.name | Name of the CouchDB service | "couchdb" | | external.couchdb.service.port | TargetPort of the CouchDB service | 5984 | diff --git a/installer/k8s/values.yaml b/installer/k8s/values.yaml index 145141f407..dffb529cdb 100644 --- a/installer/k8s/values.yaml +++ b/installer/k8s/values.yaml @@ -105,7 +105,7 @@ external: appName: "couchdb" version: 3.3.1 user: "admin" - password: "admin" + password: port: 5984 service: name: "couchdb"