what is the difference between `diff` and `check` ...
# general
s
what is the difference between
diff
and
check
in a custom Resource?
b
@clever-sunset-76585 can probably better explain, but
diff
determines if you need to perform a replace on the resource and
check
is for making sure the correct arguments have been passed in.
👍 2
s
thanks