Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add EDB License secret into Cluster CR description
Signed-off-by: Daniel Fan <[email protected]>
  • Loading branch information
Daniel-Fan committed Jul 3, 2024
commit 5e2c94e81f48d19167484610689713cc58d16495
9 changes: 9 additions & 0 deletions controllers/constant/odlm.go
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,15 @@ spec:
inheritedMetadata:
labels:
foundationservices.cloudpak.ibm.com: cs-db
description:
templatingValueFrom:
objectRef:
apiVersion: v1
kind: Secret
name: postgresql-operator-controller-manager-config
path: .metadata.annotations.ibm-license-key-applied
namespace: {{ .OperatorNs }}
required: true
bootstrap:
initdb:
database: cloudpak
Expand Down