Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#3791 from HansK-p/Tag-option-TXTEn…
Browse files Browse the repository at this point in the history
…cryptAESKey-as-secure

Tagget parameter TXTEncryptAESKey as secure
  • Loading branch information
k8s-ci-robot authored Aug 6, 2023
2 parents 59ba0f5 + 012fc88 commit 9128a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/externaldns/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ type Config struct {
TXTPrefix string
TXTSuffix string
TXTEncryptEnabled bool
TXTEncryptAESKey string
TXTEncryptAESKey string `secure:"yes"`
Interval time.Duration
MinEventSyncInterval time.Duration
Once bool
Expand Down

0 comments on commit 9128a96

Please sign in to comment.