Browse Source

docs(aws): fix PushSecret metadata indentation in resource policy exa... (#6056)

Co-authored-by: Gergely Bräutigam <gergely.brautigam@sap.com>
Br1an 4 weeks ago
parent
commit
7c25677750
1 changed files with 12 additions and 12 deletions
  1. 12 12
      docs/provider/aws-secrets-manager.md

+ 12 - 12
docs/provider/aws-secrets-manager.md

@@ -176,18 +176,18 @@ spec:
         remoteRef:
         remoteRef:
           remoteKey: my-remote-secret
           remoteKey: my-remote-secret
           property: password
           property: password
-  metadata:
-    resourcePolicy:
-      blockPublicPolicy: true
-      policySourceRef:
-        kind: ConfigMap
-        name: my-secret-resource-policy
-        key: policy.json
-    kmsKeyID: bb123123-b2b0-4f60-ac3a-44a13f0e6b6c
-    secretPushFormat: string
-    description: "Cross-account accessible secret"
-    tags:
-      team: platform-engineering
+      metadata:
+        resourcePolicy:
+          blockPublicPolicy: true
+          policySourceRef:
+            kind: ConfigMap
+            name: my-secret-resource-policy
+            key: policy.json
+        kmsKeyID: bb123123-b2b0-4f60-ac3a-44a13f0e6b6c
+        secretPushFormat: string
+        description: "Cross-account accessible secret"
+        tags:
+          team: platform-engineering
 ```
 ```
 
 
 The ConfigMap should contain the policy JSON:
 The ConfigMap should contain the policy JSON: