Skip to content

Commit 1aeeddf

Browse files
committed
add: external-dns operator
1 parent b44d373 commit 1aeeddf

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
helmCharts:
5+
- name: external-dns-rackspace
6+
releaseName: external-dns-rackspace
7+
repo: oci://ghcr.io/rackerlabs/charts
8+
version: 0.0.1
9+
valuesFile: values.yaml

operators/external-dns/values.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
namespace: "openstack"
3+
externalDns:
4+
image:
5+
repository: "registry.k8s.io/external-dns/external-dns"
6+
tag: "v0.18.0"
7+
8+
rackspaceWebhook:
9+
image:
10+
repository: "ghcr.io/rackerlabs/external-dns-rackspace-webhook"
11+
tag: "0.0.1"
12+
secret:
13+
create: false # this will allow us to use secretsStore of own choice like, sealedSecrets

0 commit comments

Comments
 (0)