Skip to content

Ability to set annotations+labels on pods created by argocd #2121

Ability to set annotations+labels on pods created by argocd

Ability to set annotations+labels on pods created by argocd #2121

Workflow file for this run

name: Go
on:
push:
branches:
- 'master'
- 'release-*'
- 'rhos-*'
pull_request:
branches:
- 'master'
- 'release-*'
- 'rhos-*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Build
run: make build
- name: Test
run: make test