diff options
| author | Alexander Matyushentsev <Alexander_Matyushentsev@intuit.com> | 2021-01-25 23:14:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-26 08:14:12 +0100 |
| commit | 424e7ce872e0bbd1cee34cad891b9b2884275cca (patch) | |
| tree | c4ba0367f02d4c760cffc5e8dcef6ee78d5c093b /manifests/install.yaml | |
| parent | 707891a0085c6e03d42c5f49e5dc34a838361891 (diff) | |
refactor: make argocd-image-updater-config volume mapping optional (#145)
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 3802acd..d4f2c58 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -158,4 +158,5 @@ spec: - key: registries.conf path: registries.conf name: argocd-image-updater-config + optional: true name: registries-conf |
