Skip to content

Commit

Permalink
Add EDB License secret into Cluster CR description (#2069)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Fan <[email protected]>
  • Loading branch information
Daniel-Fan authored Jul 3, 2024
1 parent 192ed39 commit 5b4b519
Showing 1 changed file with 9 additions and 0 deletions.
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

0 comments on commit 5b4b519

Please sign in to comment.