From a80b14334fad044c61f9ec452f5e0fb897ad0c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=81nis=20Bebr=C4=ABtis?= Date: Mon, 11 Sep 2023 13:28:15 +0300 Subject: [PATCH] Update vendor-gcs.md minor configuration example fix --- docs/vendor-gcs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vendor-gcs.md b/docs/vendor-gcs.md index c56ec28..3767f1f 100644 --- a/docs/vendor-gcs.md +++ b/docs/vendor-gcs.md @@ -47,7 +47,7 @@ nginx: # Reverse proxy IP's to trust with contents of X-Forwarded-For header realipfrom: # Load Balancer IP (static ip you were given) - gce-lb-ip: 1.2.3.4/32; + gce-lb-ip: 1.2.3.4/32 ``` ### Cloud Armor @@ -82,4 +82,4 @@ mounts: storageClassName: nfs-shared ``` -Full example on using the provisioned storageclass in **new and existing** projects [here](gcp_filestore_migration.md) \ No newline at end of file +Full example on using the provisioned storageclass in **new and existing** projects [here](gcp_filestore_migration.md)