Skip to content

Annotations not applicable #369

Description

@Hobart2967

I want to have a central, cluster-wide bind9 provider. I am currently using the following setup:

apiVersion: bindy.firestoned.io/v1beta1
kind: ClusterBind9Provider
metadata:
  name: public-dns
spec:
  namespace: dns-system

However, I cant find a way to apply

bindy.firestoned.io/allow-zone-namespaces: '*'

to the managed bind9instance. I worked around it by setting replicas: 0 and creating a custom one with the annotation applied, but that's not the way it should do, should it?

What I would expect:

apiVersion: bindy.firestoned.io/v1beta1
kind: ClusterBind9Provider
metadata:
  name: public-dns
spec:
  namespace: dns-system
  primary:
    annotations:
      bindy.firestoned.io/allow-zone-namespaces: '*'

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