https://flyte.org logo
#ask-the-community
Title
# ask-the-community
r

Robert Ambrus

06/13/2023, 9:42 AM
Hi all, I'm wondering how I can setup a Flyte plugin in
SANDBOX
environment. I've read the Plugin setup guide. As I understand, basically I need to add config changes to
values-override.yaml
and upgrade the flyte helm release with that overrides. Can you please tell me how to do this in the
SANDBOX
environment?
k

Kevin Su

06/13/2023, 3:47 PM
are you using flytectl demo cluster?
r

Robert Ambrus

06/13/2023, 5:42 PM
yes
k

Kevin Su

06/13/2023, 6:10 PM
you could directly update the config map. like kubectl edit cm flyte-propeller-config
r

Robert Ambrus

06/13/2023, 6:10 PM
ah I see, will give it a shot