Commit 579f37a 1 parent e80efcd commit 579f37a Copy full SHA for 579f37a
File tree 1 file changed +11
-11
lines changed
gitops/base-install/argocd/overlays
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 17
17
optional : true
18
18
# 2. Use an init container to download/copy custom binaries into the emptyDir
19
19
initContainers :
20
- - name : install-ksops
21
- image : viaductoss/ksops:v4.3.3
22
- command : ["/bin/sh", "-c"]
23
- args :
24
- - echo "Installing KSOPS...";
25
- mv ksops /custom-tools/;
26
- mv $GOPATH/bin/kustomize /custom-tools/;
27
- echo "Done.";
28
- volumeMounts :
29
- - mountPath : /custom-tools
30
- name : custom-tools
31
20
- name : install-custom-tools
32
21
image : alpine:latest
33
22
imagePullPolicy : IfNotPresent
59
48
volumeMounts :
60
49
- mountPath : /custom-tools
61
50
name : custom-tools
51
+ - name : install-ksops
52
+ image : viaductoss/ksops:v4.3.3
53
+ command : [ "/bin/sh", "-c" ]
54
+ args :
55
+ - echo "Installing KSOPS...";
56
+ mv ksops /custom-tools/;
57
+ mv $GOPATH/bin/kustomize /custom-tools/;
58
+ echo "Done.";
59
+ volumeMounts :
60
+ - mountPath : /custom-tools
61
+ name : custom-tools
62
62
# Import the private gpg key from the secret into argocd
63
63
- name : import-gpg-key
64
64
image : argoproj/argocd:v2.5.0
You can’t perform that action at this time.
0 commit comments