authzed / spicedb-operator

Kubernetes controller for managing instances of SpiceDB
Apache License 2.0
62 stars 26 forks source link

Project labels and annotations into pod volumes #221

Closed ecordell closed 1 year ago

ecordell commented 1 year ago

This adds two new config fields:

spec:
  config:
    projectLabels: true
    projectAnnotations: true

When true (the default), all of the pod's labels and annotations will be available in the container at /etc/podlabels/labels and /etc/podannotations/annotations