File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
demos/argo-cd-git-ops/applications
stacks/argo-cd-git-ops/applications Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 18
18
# TODO this breaks naming as long as we use the airflow stack yaml which needs this svc name
19
19
releaseName : postgresql-airflow
20
20
valuesObject :
21
+ global :
22
+ security :
23
+ allowInsecureImages : true
24
+ image :
25
+ repository : bitnamilegacy/postgresql
26
+ volumePermissions :
27
+ image :
28
+ repository : bitnamilegacy/os-shell
29
+ metrics :
30
+ image :
31
+ repository : bitnamilegacy/postgres-exporter
21
32
commonLabels :
22
33
stackable.tech/vendor : Stackable
23
34
auth :
Original file line number Diff line number Diff line change 13
13
helm :
14
14
releaseName : sealed-secrets-controller
15
15
valuesObject :
16
+ global :
17
+ security :
18
+ allowInsecureImages : true
19
+ image :
20
+ repository : bitnamilegacy/sealed-secrets-controller
16
21
secretName : sealed-secrets-key
17
22
# TODO(@maltesander): This should be parameterized with customGitUrl and customGitBranch parameters.
18
23
# Currently these parameters are defined in the demo-v2.yaml and are
You can’t perform that action at this time.
0 commit comments