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 1818 # TODO this breaks naming as long as we use the airflow stack yaml which needs this svc name
1919 releaseName : postgresql-airflow
2020 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
2132 commonLabels :
2233 stackable.tech/vendor : Stackable
2334 auth :
Original file line number Diff line number Diff line change 1313 helm :
1414 releaseName : sealed-secrets-controller
1515 valuesObject :
16+ global :
17+ security :
18+ allowInsecureImages : true
19+ image :
20+ repository : bitnamilegacy/sealed-secrets-controller
1621 secretName : sealed-secrets-key
1722 # TODO(@maltesander): This should be parameterized with customGitUrl and customGitBranch parameters.
1823 # Currently these parameters are defined in the demo-v2.yaml and are
You can’t perform that action at this time.
0 commit comments