Skip to content

Commit

Permalink
config: externalDns settings should only be set if externalDns enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajarmar authored and simonklb committed Jun 19, 2024
1 parent 29f6235 commit 5994256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/secrets/sc-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,5 @@ externalDns:
# If ExternalDNS is enabled, create a separate user with permissions to change dns records.
# Example of a iam-policy can be found here: https://kubernetes-sigs.github.io/external-dns/v0.14.1/tutorials/aws/#iam-policy
awsRoute53:
accessKey: set-me
secretKey: set-me
accessKey: set-me-if-externalDns-enabled
secretKey: set-me-if-externalDns-enabled

0 comments on commit 5994256

Please sign in to comment.