Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Add a dry-run mode to avoid calling provider #23

Open
linki opened this issue Feb 29, 2020 · 0 comments
Open

Add a dry-run mode to avoid calling provider #23

linki opened this issue Feb 29, 2020 · 0 comments

Comments

@linki
Copy link
Owner

linki commented Feb 29, 2020

something like this:

 func HandleEncryptedSecret_GCP(cr *k8sv1alpha1.EncryptedSecret) ([]byte, error) {
+       return []byte("foo"), nil
+
        ctx := context.Background()
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant