Browse Source

Removing namespace references from full-secret-store.yaml

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
Gustavo Carvalho 4 years ago
parent
commit
2bfa7bcf82
1 changed files with 0 additions and 4 deletions
  1. 0 4
      docs/snippets/full-secret-store.yaml

+ 0 - 4
docs/snippets/full-secret-store.yaml

@@ -65,7 +65,6 @@ spec:
         # static token: https://www.vaultproject.io/docs/auth/token
         tokenSecretRef:
           name: "my-secret"
-          namespace: "secret-admin"
           key: "vault-token"
 
         # AppRole auth: https://www.vaultproject.io/docs/auth/approle
@@ -74,7 +73,6 @@ spec:
           roleId: "db02de05-fa39-4855-059b-67221c5c2f63"
           secretRef:
             name: "my-secret"
-            namespace: "secret-admin"
             key: "vault-token"
 
         # Kubernetes auth: https://www.vaultproject.io/docs/auth/kubernetes
@@ -84,12 +82,10 @@ spec:
           # Optional service account reference
           serviceAccountRef:
             name: "my-sa"
-            namespace: "secret-admin"
           # Optional secret field containing a Kubernetes ServiceAccount JWT
           # used for authenticating with Vault
           secretRef:
             name: "my-secret"
-            namespace: "secret-admin"
             key: "vault"
 
     # (2): GCP Secret Manager