Skip to content

Commit db927fc

Browse files
astefanuttianishasthana
authored andcommitted
Remove mention to package config as OLM additional resource
1 parent 5cbe599 commit db927fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PCF-ADR-0007-operator-redesign.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ struct CodeFlareOperatorConfiguration {
144144
The later `struct` would be sourced from a ConfigMap, mounted into the operator deployment container.
145145
To follows the Operator SDK best practice, which states an operator [should always be able to deploy and come up without user input](https://sdk.operatorframework.io/docs/best-practices/best-practices/#summary-1), that ConfigMap would be created when the operator starts, if it doesn't exist already, and initialized with sensible defaults.
146146

147-
We might want to package that ConfigMap as an [additional resource](https://olm.operatorframework.io/docs/tasks/creating-operator-manifests/#packaging-additional-objects-alongside-an-operator) in the OLM bundle.
148-
149147
### Packaging and Automation
150148

151149
The building and publishing of the MCAD and InstaScale container images can be removed.

0 commit comments

Comments
 (0)