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 /manifests/install.yaml | |
| parent | c0d7e1d1daa864f1f06917d75fee40ccc0b07687 (diff) | |
feat: Allow reuse of Argo CD repo credentials (#141)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Diffstat (limited to 'manifests/install.yaml')
| -rw-r--r-- | manifests/install.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/install.yaml b/manifests/install.yaml index 9883d0a..b58a5ba 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -20,6 +20,7 @@ rules: - "" resources: - secrets + - configmaps verbs: - get - list |
