We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44d373 commit 1aeeddfCopy full SHA for 1aeeddf
operators/external-dns/kustomization.yaml
@@ -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
@@ -0,0 +1,13 @@
+namespace: "openstack"
+externalDns:
+ image:
+ repository: "registry.k8s.io/external-dns/external-dns"
+ tag: "v0.18.0"
+
+rackspaceWebhook:
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