Skip to content

datamole-ai/simple-gitops

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

dtml-simple-gitops

Made to make updating a single variable in a YAML file easy.

Usage:

jobs:
  Push-to-gitops-repo:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout GitOps Repo
        uses: actions/checkout@v3
        with:
          repository: # path to your gitops repo 
          ref: # branch 
          path: # directory to clone to. usually "gitops" 
          ssh-key: # SSH-KEY 
      - name: dtml-simple-gitops
        uses: datamole-ai/simple-gitops@python
        with:
          key: # key to look for 
          value: # new value. not mandatory. github.sha by default
          valuesFile: # path to values file in gitops repo
          commitMessage: # not mandatory. copies commit msg by default

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published