Browse Source

docs: refer to support table for deletionPolicy support (#2454)

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 2 years ago
parent
commit
759c5e40f9
1 changed files with 1 additions and 3 deletions
  1. 1 3
      docs/guides/ownership-deletion-policy.md

+ 1 - 3
docs/guides/ownership-deletion-policy.md

@@ -25,9 +25,7 @@ The operator does not create or update the secret, this is basically a no-op.
 ## Deletion Policy
 DeletionPolicy defines what should happen if a given secret gets deleted **from the provider**.
 
-DeletionPolicy is only supported on the following providers. Please feel free to contribute more:
-* AWS Secrets Manager
-* AWS Parameter Store
+DeletionPolicy is only supported on the specific providers, please refer to our [stability/support table](../introduction/stability-support.md).
 
 ### Retain (default)
 Retain will retain the secret if all provider secrets have been deleted.