Skip to content

Support a configmap-backed config dir for configuring the bootc-operator #92

Description

@jlebon

We're adding a bunch of CLI switches to the operator which would require users to edit the manifest. And then those manifests would need to be reconciled during updates.

Let's support a config dir (e.g. at /etc/bootc-operator/) which supports the same switches as key/vals, and then add to the manifests optional configmap volume mounts for a e.g. bootc-operator-config configmap.

Then, admins can do e.g.

apiVersion: v1
kind: ConfigMap
metadata:
  name: bootc-operator-config
data:
  allow-insecure-registry: true
  ...

to configure the operator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions