Skip to content

Commit

Permalink
Remove mention to package config as OLM additional resource
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti authored and anishasthana committed Sep 7, 2023
1 parent 5cbe599 commit db927fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PCF-ADR-0007-operator-redesign.md
Expand Up @@ -144,8 +144,6 @@ struct CodeFlareOperatorConfiguration {
The later `struct` would be sourced from a ConfigMap, mounted into the operator deployment container.
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.

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.

### Packaging and Automation

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

0 comments on commit db927fc

Please sign in to comment.