stackitcloud / external-dns-stackit-webhook

External-DNS Webhook Provider to manage STACKIT DNS Records
https://www.stackit.de
Apache License 2.0
12 stars 4 forks source link

provide example using external-dns helm chart #20

Open not22day opened 3 weeks ago

not22day commented 3 weeks ago

Is your feature request related to a problem? Please describe.

at the moment the example is based on plain manifest

Describe the solution you'd like

for me the official external-dns helm chart looks flexible enough to inject the stackit webhook via values https://github.com/kubernetes-sigs/external-dns/blob/master/charts/external-dns/templates/deployment.yaml

Describe alternatives you've considered

-

Search

Code of Conduct

Additional context

No response

not22day commented 3 weeks ago

some promising start..

provider:
      name: webhook
      webhook:
        image:
          repository: ghcr.io/stackitcloud/external-dns-stackit-webhook
          tag: v0.3.1
        args:
        - --project-id=xxx
        env:
        - name: AUTH_TOKEN
          valueFrom:
            secretKeyRef:
              name: external-dns-stackit-webhook
              key: auth-token