Skip to content

Commit e28f609

Browse files
authored
fix(commit-server): remove unnecessary init container (#22915)
Signed-off-by: Michael Crenshaw <[email protected]>
1 parent 5a3a104 commit e28f609

File tree

6 files changed

+0
-132
lines changed

6 files changed

+0
-132
lines changed

manifests/base/commit-server/argocd-commit-server-deployment.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -92,26 +92,6 @@ spec:
9292
# We need a writeable temp directory for the askpass socket file.
9393
- name: tmp
9494
mountPath: /tmp
95-
initContainers:
96-
- command:
97-
- /bin/cp
98-
- -n
99-
- /usr/local/bin/argocd
100-
- /var/run/argocd/argocd-cmp-server
101-
image: quay.io/argoproj/argocd:latest
102-
name: copyutil
103-
securityContext:
104-
runAsNonRoot: true
105-
readOnlyRootFilesystem: true
106-
allowPrivilegeEscalation: false
107-
capabilities:
108-
drop:
109-
- ALL
110-
seccompProfile:
111-
type: RuntimeDefault
112-
volumeMounts:
113-
- mountPath: /var/run/argocd
114-
name: var-files
11595
volumes:
11696
- name: ssh-known-hosts
11797
configMap:
@@ -137,8 +117,6 @@ spec:
137117
path: tls.key
138118
- key: ca.crt
139119
path: ca.crt
140-
- emptyDir: {}
141-
name: var-files
142120
affinity:
143121
podAntiAffinity:
144122
preferredDuringSchedulingIgnoredDuringExecution:

manifests/core-install-with-hydrator.yaml

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/ha/install-with-hydrator.yaml

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/ha/namespace-install-with-hydrator.yaml

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/install-with-hydrator.yaml

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/namespace-install-with-hydrator.yaml

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)