From 246ed61fdb86b516f9e2e48d750fe68252a3ce73 Mon Sep 17 00:00:00 2001 From: Sergey Marunich Date: Tue, 11 Jun 2024 07:23:19 -0400 Subject: [PATCH] post3 --- sources/dogfood-tetrate-managementplane/Chart.yaml | 4 ++-- .../templates/dogfood-connection-detials.yaml | 8 ++++++++ .../templates/managementplane_details.yaml | 8 -------- 3 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 sources/dogfood-tetrate-managementplane/templates/dogfood-connection-detials.yaml delete mode 100644 sources/dogfood-tetrate-managementplane/templates/managementplane_details.yaml diff --git a/sources/dogfood-tetrate-managementplane/Chart.yaml b/sources/dogfood-tetrate-managementplane/Chart.yaml index 1d6f225..8687efd 100644 --- a/sources/dogfood-tetrate-managementplane/Chart.yaml +++ b/sources/dogfood-tetrate-managementplane/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.9.1-post2 +version: 1.9.1-post3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.9.1-post2" +appVersion: "1.9.1-post3" dependencies: - name: managementplane diff --git a/sources/dogfood-tetrate-managementplane/templates/dogfood-connection-detials.yaml b/sources/dogfood-tetrate-managementplane/templates/dogfood-connection-detials.yaml new file mode 100644 index 0000000..7a4796e --- /dev/null +++ b/sources/dogfood-tetrate-managementplane/templates/dogfood-connection-detials.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +kind: Secret +metadata: + name: dogfood-connection-details +type: Opaque +data: + organization: "{{ .Values.tetrate-managementplane.spec.organization | base64enc }}" + adminPassword: "{{ .Values.tetrate-managementplane.secrets.tsb.adminPassword | base64enc }}" \ No newline at end of file diff --git a/sources/dogfood-tetrate-managementplane/templates/managementplane_details.yaml b/sources/dogfood-tetrate-managementplane/templates/managementplane_details.yaml deleted file mode 100644 index a8aef9b..0000000 --- a/sources/dogfood-tetrate-managementplane/templates/managementplane_details.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: dogfood-connection-details -type: Opaque -data: - organization: {{ .Values.tetrate-managementplane.spec.organization | base64enc }} - adminPassword: {{ .Values.tetrate-managementplane.secrets.tsb.adminPassword | base64enc }} \ No newline at end of file