Skip to content

Commit

Permalink
Add missing controller files
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Nov 15, 2024
1 parent 5464d1f commit 6190387
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
apiVersion: core.gardener.cloud/v1beta1
kind: ControllerDeployment
metadata:
name: dns-powerdns
type: helm
providerConfig:
chart: "{{ (lookup('url', 'https://raw.githubusercontent.com/metal-stack/gardener-extension-dns-powerdns/' + dns_powerdns_repo_ref + '/example/controller-registration.yaml', split_lines=False) | from_yaml_all | list)[0].providerConfig.chart }}"
values:
image:
repository: "{{ dns_powerdns_image_name }}"
tag: "{{ dns_powerdns_image_tag }}"
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: core.gardener.cloud/v1beta1
kind: ControllerRegistration
metadata:
name: dns-powerdns
annotations:
security.gardener.cloud/pod-security-enforce: baseline
spec:
deployment:
deploymentRefs:
- name: dns-powerdns
resources:
- kind: DNSRecord
type: powerdns

0 comments on commit 6190387

Please sign in to comment.