@@ -581,25 +581,21 @@ spec:
581
581
created already.
582
582
type : string
583
583
enabled :
584
- description : DEPRECATED please enable TLS by setting `security.certsSecretPrefix`
585
- or `security.tls.secretRef.prefix`. Enables TLS for this
586
- resource. This will make the operator try to mount a Secret
587
- with a defined name (<resource-name>-cert). This is only
588
- used when enabling TLS on a MongoDB resource, and not on
589
- the AppDB, where TLS is configured by setting `secretRef.Name`.
584
+ description : Enables TLS for this resource. This will make
585
+ the operator try to mount a Secret with a defined name (<resource-name>-cert).
586
+ This is only used when enabling TLS on a MongoDB resource,
587
+ and not on the AppDB, where TLS is configured by setting
588
+ ` secretRef.Name` .
590
589
type : boolean
591
590
secretRef :
592
- description : DEPRECATED please use security.certsSecretPrefix
593
- instead SecretRef points to a Secret object containing the
594
- certificates to use when enabling TLS.
591
+ description : SecretRef points to a Secret object containing
592
+ the certificates to use when enabling TLS.
595
593
properties :
596
594
name :
597
- description : DEPRECATED please use security.certsSecretPrefix
595
+ description : DEPRECATED please use security.tls.secretRef.prefix
598
596
instead
599
597
type : string
600
598
prefix :
601
- description : DEPRECATED please use security.certsSecretPrefix
602
- instead
603
599
type : string
604
600
type : object
605
601
type : object
@@ -1153,25 +1149,21 @@ spec:
1153
1149
created already.
1154
1150
type : string
1155
1151
enabled :
1156
- description : DEPRECATED please enable TLS by setting `security.certsSecretPrefix`
1157
- or `security.tls.secretRef.prefix`. Enables TLS for this
1158
- resource. This will make the operator try to mount a Secret
1159
- with a defined name (<resource-name>-cert). This is only
1160
- used when enabling TLS on a MongoDB resource, and not on
1161
- the AppDB, where TLS is configured by setting `secretRef.Name`.
1152
+ description : Enables TLS for this resource. This will make
1153
+ the operator try to mount a Secret with a defined name (<resource-name>-cert).
1154
+ This is only used when enabling TLS on a MongoDB resource,
1155
+ and not on the AppDB, where TLS is configured by setting
1156
+ ` secretRef.Name` .
1162
1157
type : boolean
1163
1158
secretRef :
1164
- description : DEPRECATED please use security.certsSecretPrefix
1165
- instead SecretRef points to a Secret object containing the
1166
- certificates to use when enabling TLS.
1159
+ description : SecretRef points to a Secret object containing
1160
+ the certificates to use when enabling TLS.
1167
1161
properties :
1168
1162
name :
1169
- description : DEPRECATED please use security.certsSecretPrefix
1163
+ description : DEPRECATED please use security.tls.secretRef.prefix
1170
1164
instead
1171
1165
type : string
1172
1166
prefix :
1173
- description : DEPRECATED please use security.certsSecretPrefix
1174
- instead
1175
1167
type : string
1176
1168
type : object
1177
1169
type : object
@@ -1575,29 +1567,6 @@ spec:
1575
1567
type : string
1576
1568
type : object
1577
1569
type : object
1578
- automationConfig :
1579
- description : AutomationConfigOverride holds any fields that will
1580
- be merged on top of the Automation Config that the operator
1581
- creates for the AppDB. Currently only the process.disabled field
1582
- is recognized.
1583
- properties :
1584
- processes :
1585
- items :
1586
- description : OverrideProcess contains fields that we can
1587
- override on the AutomationConfig processes.
1588
- properties :
1589
- disabled :
1590
- type : boolean
1591
- name :
1592
- type : string
1593
- required :
1594
- - disabled
1595
- - name
1596
- type : object
1597
- type : array
1598
- required :
1599
- - processes
1600
- type : object
1601
1570
cloudManager :
1602
1571
properties :
1603
1572
configMapRef :
@@ -1934,26 +1903,21 @@ spec:
1934
1903
the certificates created already.
1935
1904
type : string
1936
1905
enabled :
1937
- description : DEPRECATED please enable TLS by setting `security.certsSecretPrefix`
1938
- or `security.tls.secretRef.prefix`. Enables TLS for
1939
- this resource. This will make the operator try to mount
1940
- a Secret with a defined name (<resource-name>-cert).
1941
- This is only used when enabling TLS on a MongoDB resource,
1942
- and not on the AppDB, where TLS is configured by setting
1943
- ` secretRef.Name` .
1906
+ description : Enables TLS for this resource. This will
1907
+ make the operator try to mount a Secret with a defined
1908
+ name (<resource-name>-cert). This is only used when
1909
+ enabling TLS on a MongoDB resource, and not on the AppDB,
1910
+ where TLS is configured by setting `secretRef.Name`.
1944
1911
type : boolean
1945
1912
secretRef :
1946
- description : DEPRECATED please use security.certsSecretPrefix
1947
- instead SecretRef points to a Secret object containing
1913
+ description : SecretRef points to a Secret object containing
1948
1914
the certificates to use when enabling TLS.
1949
1915
properties :
1950
1916
name :
1951
- description : DEPRECATED please use security.certsSecretPrefix
1917
+ description : DEPRECATED please use security.tls.secretRef.prefix
1952
1918
instead
1953
1919
type : string
1954
1920
prefix :
1955
- description : DEPRECATED please use security.certsSecretPrefix
1956
- instead
1957
1921
type : string
1958
1922
type : object
1959
1923
type : object
@@ -2074,16 +2038,6 @@ spec:
2074
2038
- name
2075
2039
type : object
2076
2040
type : array
2077
- queryableBackupSecretRef :
2078
- description : QueryableBackupSecretRef references the secret which
2079
- contains the pem file which is used for queryable backup. This
2080
- will be mounted into the Ops Manager pod.
2081
- properties :
2082
- name :
2083
- type : string
2084
- required :
2085
- - name
2086
- type : object
2087
2041
s3OpLogStores :
2088
2042
description : S3OplogStoreConfigs describes the list of s3 oplog
2089
2043
store configs used for backup.
0 commit comments