Skip to content

Commit

Permalink
Merge pull request #110 from weaveworks/external-dns-0.0.3
Browse files Browse the repository at this point in the history
external-dns fixes release 0.0.3
  • Loading branch information
Darryl Weaver authored Feb 5, 2023
2 parents 557aa3c + 3c664b6 commit 1b1c469
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: external-dns
description: A Weaveworks Helm chart for external-dns
type: application
version: 0.0.2
version: 0.0.3
dependencies:
- name: external-dns
version: "v6.13.2"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{- if .Values.external-secret.create }}
{{- if .Values.external-secret.create }}
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
Expand Down
3 changes: 2 additions & 1 deletion charts/external-dns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ external-dns:
# secretName: aws-route53

# Create an external-secret to obtain aws credentials
#external-secret:
external-secret:
create: false
# create: true
# secretName: aws-route53
# secretKey: credentials
Expand Down

0 comments on commit 1b1c469

Please sign in to comment.