@@ -2294,6 +2294,20 @@ spec:
22942294 type : string
22952295 secretAccessKey :
22962296 type : string
2297+ secretRef :
2298+ description : A reference to as Secret containing the AccessKeyID,
2299+ SecretAccessKey, CustomerMasterKey and RoleID fields
2300+ properties :
2301+ name :
2302+ description : Name is the name of the Kubernetes Resource
2303+ type : string
2304+ namespace :
2305+ description : Namespace is the namespace of the Kubernetes
2306+ Resource
2307+ type : string
2308+ required :
2309+ - name
2310+ type : object
22972311 valid :
22982312 type : boolean
22992313 type : object
@@ -2316,6 +2330,20 @@ spec:
23162330 type : string
23172331 secret :
23182332 type : string
2333+ secretRef :
2334+ description : A reference to as Secret containing the SubscriptionID,
2335+ KeyVaultName, KeyIdentifier, Secret fields
2336+ properties :
2337+ name :
2338+ description : Name is the name of the Kubernetes Resource
2339+ type : string
2340+ namespace :
2341+ description : Namespace is the namespace of the Kubernetes
2342+ Resource
2343+ type : string
2344+ required :
2345+ - name
2346+ type : object
23192347 subscriptionID :
23202348 type : string
23212349 tenantID :
@@ -2329,6 +2357,20 @@ spec:
23292357 type : boolean
23302358 keyVersionResourceID :
23312359 type : string
2360+ secretRef :
2361+ description : A reference to as Secret containing the ServiceAccountKey,
2362+ KeyVersionResourceID fields
2363+ properties :
2364+ name :
2365+ description : Name is the name of the Kubernetes Resource
2366+ type : string
2367+ namespace :
2368+ description : Namespace is the namespace of the Kubernetes
2369+ Resource
2370+ type : string
2371+ required :
2372+ - name
2373+ type : object
23322374 serviceAccountKey :
23332375 type : string
23342376 type : object
@@ -3759,7 +3801,7 @@ spec:
37593801 valueFrom :
37603802 fieldRef :
37613803 fieldPath : metadata.namespace
3762- image : mongodb/mongodb-atlas-kubernetes-operator:1.8.0
3804+ image : mongodb/mongodb-atlas-kubernetes-operator:1.8.1
37633805 imagePullPolicy : Always
37643806 livenessProbe :
37653807 httpGet :
0 commit comments