Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit ae36dc4

Browse files
committed
Use null over undefined
1 parent 861363a commit ae36dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ s3:
3030
endpoint: "fra1.digitaloceanspaces.com"
3131
bucket: "my-bucket"
3232
# Implicit 443. You probably only need to change this when the system uses a non default port
33-
port: undefined
33+
port: null
3434
# Name to a k8s secret with 'accesskey' and 'secretkey' as attributes in the same namespace as this release
3535
# Example creation via kubectl:
3636
# kubectl create secret generic my-secret --from-literal=accessKey="******" --from-literal=secretKey="******"

0 commit comments

Comments
 (0)