https://github.com/argoproj/argo-cd
Revision a773b1effb6f59be14176c6402a9a69c4b480275 authored by Artur Rodrigues on 04 November 2022, 00:30:50 UTC, committed by GitHub on 04 November 2022, 00:30:50 UTC
* docs: note one single CMP per app

Signed-off-by: Artur Rodrigues <artur.rodrigues@lacework.net>

* cmp: debug logs around manifest handling

Signed-off-by: Artur Rodrigues <artur.rodrigues@lacework.net>

Signed-off-by: Artur Rodrigues <artur.rodrigues@lacework.net>
1 parent 7101965
Raw File
Tip revision: a773b1effb6f59be14176c6402a9a69c4b480275 authored by Artur Rodrigues on 04 November 2022, 00:30:50 UTC
chore: add debug logs around CMP manifest generation (#11185)
Tip revision: a773b1e
.gitpod.yml
image:
  file: .gitpod.Dockerfile

tasks:
  - init: make mod-download-local dep-ui-local && GO111MODULE=off go install github.com/mattn/goreman@latest
    command: make start-test-k8s
back to top