-
What is the normal approach to manage this kind of use case? I want that the depended resource is created only if not already exiting (created manually). |
Beta Was this translation helpful? Give feedback.
Answered by
metacosm
Nov 11, 2024
Replies: 1 comment
-
You usually only need to define the appropriate |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mfvitale
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You usually only need to define the appropriate
desired
method implementation. If a resource matching the desired state already exists on the cluster, then the SDK won't be attempting to create it.