|
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). |
Answered by
metacosm
Nov 11, 2024
Replies: 1 comment
|
You usually only need to define the appropriate |
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
desiredmethod implementation. If a resource matching the desired state already exists on the cluster, then the SDK won't be attempting to create it.