From fb89259397d4e0e68cb001b24d19a0bb62a4c283 Mon Sep 17 00:00:00 2001 From: Davide Malpassini Date: Mon, 26 Aug 2024 09:12:17 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c54878..6c51cb8 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,7 @@ Create a secrets file to store passwords for the server, console and database, o name: wa-pwd-secret namespace: labels: - app.kubernetes.io/instance wa-pwd-secret + app.kubernetes.io/instance: wa-pwd-secret app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: workload-automation-prod environment: prod From b382d6f753c737a663bd91b220e64bd02011b06f Mon Sep 17 00:00:00 2001 From: Davide Malpassini Date: Mon, 26 Aug 2024 09:13:58 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c51cb8..f308223 100644 --- a/README.md +++ b/README.md @@ -353,9 +353,9 @@ where **** is the location path of the mysecret.yaml file. environment: prod helm.sh/chart: workload-automation-prod release: wa-pwd-secret - annotations: - meta.helm.sh/release-name: wa-pwd-secret - meta.helm.sh/release-namespace: + annotations: + meta.helm.sh/release-name: wa-pwd-secret + meta.helm.sh/release-namespace: type: Opaque data: SSL_PASSWORD: From ff9e0efcbd8100782f74a8bbb26fecb118cbf9c6 Mon Sep 17 00:00:00 2001 From: Davide Malpassini Date: Mon, 26 Aug 2024 09:16:49 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index f308223..d07cf07 100644 --- a/README.md +++ b/README.md @@ -293,26 +293,26 @@ Create a secrets file to store passwords for the server, console and database, o 1. Manually create a mysecret.yaml file to store passwords. The mysecret.yaml file must contain the following parameters: - apiVersion: v1 - kind: Secret - metadata: - name: wa-pwd-secret - namespace: - labels: - app.kubernetes.io/instance: wa-pwd-secret - app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: workload-automation-prod - environment: prod - helm.sh/chart: workload-automation-prod - release: wa-pwd-secret - annotations: - meta.helm.sh/release-name: wa-pwd-secret - meta.helm.sh/release-namespace: - type: Opaque - data: - WA_PASSWORD: - DB_ADMIN_PASSWORD: - DB_PASSWORD: + apiVersion: v1 + kind: Secret + metadata: + name: wa-pwd-secret + namespace: + labels: + app.kubernetes.io/instance: wa-pwd-secret + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: workload-automation-prod + environment: prod + helm.sh/chart: workload-automation-prod + release: wa-pwd-secret + annotations: + meta.helm.sh/release-name: wa-pwd-secret + meta.helm.sh/release-namespace: + type: Opaque + data: + WA_PASSWORD: + DB_ADMIN_PASSWORD: + DB_PASSWORD: where: