kbrew icon indicating copy to clipboard operation
kbrew copied to clipboard

Abstract steps into bash, kubectl, helm, etc

Open RealHarshThakur opened this issue 3 years ago • 0 comments

Would be nice if I can write a step like this :

steps:
 - kubectl: 
     file : # YAML to apply
     retry: # Number of times to retry
     wait: # Wait for resource or X amount of time

Although, I see that lot of fields could come up and it might hinder user from getting things done if not implemented. Probably having this as an option would be nice. Similarly, we should have something for scripts and helm.

RealHarshThakur avatar Apr 06 '21 07:04 RealHarshThakur