diff options
| author | Renaud Subiger <renaud@subiger.com> | 2024-06-19 14:51:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-19 08:51:42 -0400 |
| commit | f75d7dd93a1f8beac59270dfeae0502437b7ff25 (patch) | |
| tree | cca81a623073ff06139014391a6b82f3ecba53bd | |
| parent | ae73f740d3917e73ce90029f95c79f4b10438654 (diff) | |
Fix issue regarding volume added in #710 (#750)
Signed-off-by: Renaud Subiger <renaud@subiger.com>
| -rw-r--r-- | manifests/base/deployment/argocd-image-updater-deployment.yaml | 2 | ||||
| -rw-r--r-- | manifests/install.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/base/deployment/argocd-image-updater-deployment.yaml b/manifests/base/deployment/argocd-image-updater-deployment.yaml index 24bd7ce..1ede2e9 100644 --- a/manifests/base/deployment/argocd-image-updater-deployment.yaml +++ b/manifests/base/deployment/argocd-image-updater-deployment.yaml @@ -160,6 +160,6 @@ spec: - name: ssh-signing-key secret: secretName: ssh-git-creds - optional: true + optional: true - emptyDir: {} name: tmp diff --git a/manifests/install.yaml b/manifests/install.yaml index 97167ec..3c410e6 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -241,8 +241,8 @@ spec: optional: true name: ssh-config - name: ssh-signing-key - optional: true secret: + optional: true secretName: ssh-git-creds - emptyDir: {} name: tmp |
