Skip to content

Commit 2cf65b5

Browse files
authored
Fix Azure storage endpointUrl in deploy/cr.yaml (#1516)
1 parent add9cd9 commit 2cf65b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ spec:
552552
# azure:
553553
# container: CONTAINER-NAME
554554
# prefix: PREFIX-NAME
555-
# https://accountName.blob.core.windows.net
555+
# endpointUrl: https://accountName.blob.core.windows.net
556556
# credentialsSecret: SECRET-NAME
557557
pitr:
558558
enabled: false

0 commit comments

Comments
 (0)