Skip to content

Commit d7c14d9

Browse files
committed
Operator yaml fix
1 parent bb81b8e commit d7c14d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

oracle-database-operator.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,10 @@ spec:
935935
- MaxPerformance
936936
- MaxAvailability
937937
type: string
938+
serviceAnnotations:
939+
additionalProperties:
940+
type: string
941+
type: object
938942
setAsPrimaryDatabase:
939943
type: string
940944
standbyDatabaseRefs:
@@ -2214,6 +2218,7 @@ spec:
22142218
- standard
22152219
- enterprise
22162220
- express
2221+
- free
22172222
type: string
22182223
enableTCPS:
22192224
type: boolean
@@ -3430,7 +3435,7 @@ spec:
34303435
- --enable-leader-election
34313436
command:
34323437
- /manager
3433-
image: container-registry.oracle.com/database/operator:0.2.1
3438+
image: container-registry.oracle.com/database/operator:1.0.0
34343439
imagePullPolicy: Always
34353440
name: manager
34363441
ports:

0 commit comments

Comments
 (0)