Skip to content

Commit

Permalink
update test deployment values
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Oct 26, 2024
1 parent 28fd80e commit 584ad8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provider:
webhook:
image:
repository: ghcr.io/mirceanton/external-dns-provider-mikrotik
tag: sha-36f6f8d
tag: pr-95
pullPolicy: Always
env:
- name: LOG_FORMAT
Expand Down Expand Up @@ -65,6 +65,11 @@ extraArgs:
- --source=crd
- --crd-source-apiversion=externaldns.k8s.io/v1alpha1
- --crd-source-kind=DNSEndpoint
- --managed-record-types=A
- --managed-record-types=AAAA
- --managed-record-types=CNAME
- --managed-record-types=TXT
- --managed-record-types=MX

rbac:
create: true
Expand Down

0 comments on commit 584ad8c

Please sign in to comment.