diff options
| author | Alexander Matyushentsev <Alexander_Matyushentsev@intuit.com> | 2021-01-22 10:58:40 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 19:58:40 +0100 |
| commit | 74e9d3f6b0935914a9f10a3490d08a055f15fbf4 (patch) | |
| tree | 331e2009ee421ecf13c87496da51bc5c6fc4fa3d /pkg/common | |
| parent | c0d7e1d1daa864f1f06917d75fee40ccc0b07687 (diff) | |
feat: Allow reuse of Argo CD repo credentials (#141)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Diffstat (limited to 'pkg/common')
| -rw-r--r-- | pkg/common/constants.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/common/constants.go b/pkg/common/constants.go index 3eebcb7..c1f953d 100644 --- a/pkg/common/constants.go +++ b/pkg/common/constants.go @@ -42,6 +42,5 @@ const ( // Application update configuration related annotations const ( WriteBackMethodAnnotation = ImageUpdaterAnnotationPrefix + "/write-back-method" - GitCredentialsAnnotation = ImageUpdaterAnnotationPrefix + "/git-credentials" GitBranchAnnotation = ImageUpdaterAnnotationPrefix + "/git-branch" ) |
