Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ approvers:
- qpdpQ
- bluzarraga
- YCShen1010
- pgodowski
reviewers:
- bitscuit
- Daniel-Fan
- qpdpQ
- bluzarraga
- YCShen1010
- pgodowski
16 changes: 14 additions & 2 deletions controllers/constant/odlm.go
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,10 @@ spec:
- command:
- bash
- '-c'
- >-
args:
- |
kubectl delete pods -l app.kubernetes.io/name=cloud-native-postgresql
kubectl annotate secret postgresql-operator-controller-manager-config ibm-license-key-applied="EDB Database with IBM License Key"
image:
templatingValueFrom:
default:
Expand Down Expand Up @@ -848,6 +850,14 @@ spec:
- apiVersion: postgresql.k8s.enterprisedb.io/v1
data:
spec:
description:
templatingValueFrom:
objectRef:
apiVersion: v1
kind: Secret
name: postgresql-operator-controller-manager-config
path: .metadata.annotations.ibm-license-key-applied
required: true
bootstrap:
initdb:
database: keycloak
Expand Down Expand Up @@ -1347,8 +1357,10 @@ spec:
- command:
- bash
- '-c'
- >-
args:
- |
kubectl delete pods -l app.kubernetes.io/name=cloud-native-postgresql
kubectl annotate secret postgresql-operator-controller-manager-config ibm-license-key-applied="EDB Database with IBM License Key"
image:
templatingValueFrom:
default:
Expand Down