Skip to content

Commit

Permalink
fix s3 backup credentials access key id typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed May 13, 2024
1 parent e4afc54 commit 34a1101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
template:
type: Opaque
data:
accessKeyID: |-
accessKeyId: |-
{{ `{{ .accessKeyId }}` }}
secretAccessKey: |-
{{ `{{ .secretAccessKey }}` }}
Expand Down

0 comments on commit 34a1101

Please sign in to comment.