summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenaud Subiger <renaud@subiger.com>2024-06-19 14:51:42 +0200
committerGitHub <noreply@github.com>2024-06-19 08:51:42 -0400
commitf75d7dd93a1f8beac59270dfeae0502437b7ff25 (patch)
treecca81a623073ff06139014391a6b82f3ecba53bd
parentae73f740d3917e73ce90029f95c79f4b10438654 (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.yaml2
-rw-r--r--manifests/install.yaml2
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