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.
2 parents 94f26d6 + cd78ceb commit 2a772c0Copy full SHA for 2a772c0
apps/operators/external-dns.yaml
@@ -1,5 +1,14 @@
1
---
2
component: external-dns
3
sources:
4
- - ref: understack
5
- path: 'operators/external-dns'
+ - repoURL: ghcr.io/rackerlabs/charts
+ chart: external-dns-rackspace
6
+ targetRevision: 0.0.1
7
+ helm:
8
+ releaseName: external-dns-rackspace
9
+ namespace: "external-dns"
10
+ ignoreMissingValueFiles: true
11
+ valueFiles:
12
+ - $deploy/{{.name}}/helm-configs/external-dns.yaml
13
+ - ref: deploy
14
+ path: '{{.name}}/manifests/external-dns'
operators/external-dns/kustomization.yaml
operators/external-dns/values.yaml
0 commit comments