From e27506438bcb9e4deffe3e41a02730d0195fe0ff Mon Sep 17 00:00:00 2001 From: baraka_akeyless <79786471+baraka-akeyless@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:37:17 +0300 Subject: [PATCH] Update external-secrets-operator.md adding ignoreCache option --- .../kubernetes-plugins/external-secrets-operator.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Integrations & Plugins/plugins-overview/kubernetes-plugins/external-secrets-operator.md b/docs/Integrations & Plugins/plugins-overview/kubernetes-plugins/external-secrets-operator.md index c4344b4ca..d0dad3500 100644 --- a/docs/Integrations & Plugins/plugins-overview/kubernetes-plugins/external-secrets-operator.md +++ b/docs/Integrations & Plugins/plugins-overview/kubernetes-plugins/external-secrets-operator.md @@ -218,6 +218,7 @@ spec: akeyless: # Public SaaS API akeylessGWApiURL: "https://api.akeyless.io" + # ignoreCache: true # bypass Gateway cache when using an Akeyless Gateway URL authSecretRef: secretRef: accessID: @@ -352,6 +353,7 @@ spec: * `target.name`: Name of the Kubernetes Secret created. * `data[*].secretKey`: Key name inside the Kubernetes Secret. * `data[*].remoteRef.key`: Full path of the item in Akeyless. +* `ignoreCache`: Fetch the secret directly from SaaS without cache involved. Retrieve values: