WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The super_class imports lot of other classes to make the target file cleaner. I override parameters of super_class or other classes imported via super_class in the target file when required.
This is the existing setup which works fine. There is a new requirement where I need to spin up an environment without the postgresql and mongodb resources. I would like to know how can I remove a class which has not been imported directly in target file without modifying the super_class definition.
I'm expecting something like below to remove the mongodb and confluent classes which were imported via the super_class. But, this is not supported in kapitan yet. Is there any way to achieve this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi kapitan community,
Hope you are doing well!
I have a class in my target file named
super_class.The
super_classimports lot of other classes to make the target file cleaner. I override parameters ofsuper_classor other classes imported viasuper_classin the target file when required.This is the existing setup which works fine. There is a new requirement where I need to spin up an environment without the
postgresqlandmongodbresources. I would like to know how can I remove a class which has not been imported directly in target file without modifying thesuper_classdefinition.I'm expecting something like below to remove the
mongodbandconfluentclasses which were imported via thesuper_class. But, this is not supported in kapitan yet. Is there any way to achieve this?Beta Was this translation helpful? Give feedback.
All reactions