File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ component : external-dns
3
+ sources :
4
+ - ref : understack
5
+ path : ' operators/external-dns'
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments