Skip to content

Develop wait for resources#75

Merged
darkstarmv merged 7 commits intotarget:masterfrom
KannanThiru:develop-wait-for-resources
Feb 26, 2026
Merged

Develop wait for resources#75
darkstarmv merged 7 commits intotarget:masterfrom
KannanThiru:develop-wait-for-resources

Conversation

@KannanThiru
Copy link
Contributor

@KannanThiru KannanThiru commented Feb 25, 2026

  • What I did

Add feature to wait for resources. Help next pipeline to success for dependent resources.

  • Why I did it

Multiple manual interventions needed

  • How I did it
  - name: sample-server
    namespace: kube-system
    version: 3.9.0
    chartPath: stable/sample-server
    waitforDeployment: 
      - sample-server
      - sample-server-2
    kubectlFiles:
      - sample-server.yaml
      - sample-server
  - name: sample-ingress
    namespace: kube-system
    version: 3.9.3
    chartPath: stable/sample-ingress
    waitforDaemonSet:
      - sample-ingress
    kubectlFiles:
      - sample-ingress.yaml
  • How to verify it

  • Meme/emoji that summarize this change (not mandatory)

@darkstarmv
Copy link
Contributor

@KannanThiru can you add instructions and usage example to the README.md

@KannanThiru
Copy link
Contributor Author

@KannanThiru can you add instructions and usage example to the README.md

Updated the readme

@darkstarmv darkstarmv merged commit 292acdc into target:master Feb 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants