Browse Source

Complement full-cluster-secret-store oracle example (#2731)

Add namespace to secretRef.privatekey and secretRef.fingerprint in oracle provider example at full-cluster-secret-store.yaml to avoid confusion like in #2727

Signed-off-by: antoniolago <45375617+antoniolago@users.noreply.github.com>
antoniolago 2 years ago
parent
commit
1b48459951
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/snippets/full-cluster-secret-store.yaml

+ 2 - 0
docs/snippets/full-cluster-secret-store.yaml

@@ -131,10 +131,12 @@ spec:
             # The secret that contains your privatekey
             # The secret that contains your privatekey
             name: oci-secret-name
             name: oci-secret-name
             key: privateKey
             key: privateKey
+            namespace: example-namespace
           fingerprint:
           fingerprint:
             # The secret that contains your fingerprint
             # The secret that contains your fingerprint
             name: oci-secret-name
             name: oci-secret-name
             key: fingerprint
             key: fingerprint
+            namespace: example-namespace
 
 
     # (TODO): add more provider examples here
     # (TODO): add more provider examples here