|
@@ -4,6 +4,7 @@ metadata:
|
|
|
name: pushsecret-example # Customisable
|
|
name: pushsecret-example # Customisable
|
|
|
namespace: default # Same of the SecretStores
|
|
namespace: default # Same of the SecretStores
|
|
|
spec:
|
|
spec:
|
|
|
|
|
+ deletionPolicy: Delete # the provider' secret will be deleted if the PushSecret is deleted
|
|
|
refreshInterval: 10s # Refresh interval for which push secret will reconcile
|
|
refreshInterval: 10s # Refresh interval for which push secret will reconcile
|
|
|
secretStoreRefs: # A list of secret stores to push secrets to
|
|
secretStoreRefs: # A list of secret stores to push secrets to
|
|
|
- name: aws-parameterstore
|
|
- name: aws-parameterstore
|