Kube::Helper::Apps
Instance methods
apply_kustomize(k : KustomizeConfig, ks_path)
This method applies a Kustomize configuration to a given path. It takes a KustomizeConfig object and the ks_path to apply the configuration to.
apply_kustomize(app : AppOptions, group_name)
This method applies the Kustomize configuration for the given application and group. It builds the Kustomize configuration for the application using the group name, then applies it.
run_after(app)
This method runs the 'run_after' commands specified in the application's configuration.
run_before(app)
This method runs the 'run_before' commands specified in the application's configuration.