From 2d3bcfb0ccf58135bd95ed18baf10fb7c6637990 Mon Sep 17 00:00:00 2001 From: mhoshi-vm Date: Tue, 7 Jan 2025 11:56:50 +0900 Subject: [PATCH] Fix UUID format --- .../10.0.0/values-template/secret-template.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manifests/tpk8s-opinionated.tanzu.japan.com/10.0.0/values-template/secret-template.yaml b/manifests/tpk8s-opinionated.tanzu.japan.com/10.0.0/values-template/secret-template.yaml index e1eac2a..625d98e 100644 --- a/manifests/tpk8s-opinionated.tanzu.japan.com/10.0.0/values-template/secret-template.yaml +++ b/manifests/tpk8s-opinionated.tanzu.japan.com/10.0.0/values-template/secret-template.yaml @@ -74,6 +74,16 @@ spec: apiVersion: v1 kind: Secret name: organization-id-5 + - name: organization-id-6 + ref: + apiVersion: v1 + kind: Secret + name: organization-id-6 + - name: organization-id-7 + ref: + apiVersion: v1 + kind: Secret + name: organization-id-7 - name: encryption-key ref: apiVersion: v1