Skip to content

Commit cd78ceb

Browse files
committed
fix: update external-dns helm chart configuration by removing unnecessary path and includeCRDs
fix: helm chart and path for external-dns fix: update namespace for external-dns fix: replace kustomization and values files with direct configuration in external-dns.yaml fix: add chart specification for external-dns in configuration fix: add missing path for external-dns-rackspace-webhook in sources fix: correct repoURL for external-dns in sources fix: update repoURL for external-dns in sources fix: update path and chart for external-dns in sources fix: add charts to path fix: add missing path for external-dns in sources fix: path update fix: path
1 parent 94f26d6 commit cd78ceb

File tree

3 files changed

+11
-25
lines changed

3 files changed

+11
-25
lines changed

apps/operators/external-dns.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
---
22
component: external-dns
33
sources:
4-
- ref: understack
5-
path: 'operators/external-dns'
4+
- repoURL: ghcr.io/rackerlabs/charts
5+
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

Lines changed: 0 additions & 10 deletions
This file was deleted.

operators/external-dns/values.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)