.coveragerc
.gitignore
CONTRIBUTING.md
DEPRECATIONS.md
LICENSE
MANIFEST.in
README.md
llms.txt
main.py
pyproject.toml
requirements.dev.txt
requirements.txt
tox.ini
.github/workflows/coverage.yml
.github/workflows/release.yml
.github/workflows/tests.yml
docs/argocd.md
docs/caveats.md
docs/cli.md
docs/configuration.md
docs/examples.md
docs/getting-started.md
docs/kustomize.md
docs/templates.md
examples/app_types/config/config.yml
examples/app_types/output/example/00_app_of_apps/application_01-yaml-app-example.yml
examples/app_types/output/example/00_app_of_apps/application_02-jinja2-app-example.yml
examples/app_types/output/example/00_app_of_apps/application_03-kustomize-app-example.yml
examples/app_types/output/example/00_app_of_apps/application_04-kustomize-helm-app-example.yml
examples/app_types/output/example/00_app_of_apps/application_05-argocd-managed-helm-app-example.yml
examples/app_types/output/example/00_app_of_apps/application_06-helmfile-app-example.yml
examples/app_types/output/example/01_yaml_app/configmap_example-app.yml
examples/app_types/output/example/01_yaml_app/deployment_example-app.yml
examples/app_types/output/example/01_yaml_app/service_example-app.yml
examples/app_types/output/example/02_jinja2_app/deployment_example-app.yml
examples/app_types/output/example/02_jinja2_app/service_example-app.yml
examples/app_types/output/example/03_kustomize_app/deployment_example-app.yml
examples/app_types/output/example/03_kustomize_app/service_example-app.yml
examples/app_types/output/example/04_kustomize_helm_app/deployment_hello-world.yml
examples/app_types/output/example/04_kustomize_helm_app/service_hello-world.yml
examples/app_types/output/example/04_kustomize_helm_app/serviceaccount_hello-world.yml
examples/app_types/output/example/06_helmfile_app/deployment_hello-world.yml
examples/app_types/output/example/06_helmfile_app/service_hello-world.yml
examples/app_types/output/example/06_helmfile_app/serviceaccount_hello-world.yml
examples/app_types/source/01_yaml_app/configmap_example_app.yml
examples/app_types/source/01_yaml_app/example_app.yml
examples/app_types/source/02_jinja2_app/example_app.yml.j2
examples/app_types/source/03_kustomize_app/example_app.yml.j2
examples/app_types/source/03_kustomize_app/kustomization.yml
examples/app_types/source/04_kustomize_helm_app/kustomization.yml.j2
examples/app_types/source/06_helmfile_app/helmfile.yaml.j2
examples/monitoring_stack/config/infra.yml
examples/monitoring_stack/config/k8s_apps.yml
examples/monitoring_stack/output/local/infra/kind/cluster.yml
examples/monitoring_stack/output/local/k8s/alertmanager/configmap_alertmanager.yml
examples/monitoring_stack/output/local/k8s/alertmanager/service_alertmanager-0.yml
examples/monitoring_stack/output/local/k8s/alertmanager/service_alertmanager-1.yml
examples/monitoring_stack/output/local/k8s/alertmanager/service_alertmanager.yml
examples/monitoring_stack/output/local/k8s/alertmanager/statefulset_alertmanager.yml
examples/monitoring_stack/output/local/k8s/common/namespace_kube-monitoring.yml
examples/monitoring_stack/output/local/k8s/grafana/configmap_grafana-config.yml
examples/monitoring_stack/output/local/k8s/grafana/configmap_grafana-dashboards.yml
examples/monitoring_stack/output/local/k8s/grafana/deployment_grafana.yml
examples/monitoring_stack/output/local/k8s/grafana/service_grafana.yml
examples/monitoring_stack/output/local/k8s/kube_state_metrics/clusterrole_kube-state-metrics.yml
examples/monitoring_stack/output/local/k8s/kube_state_metrics/clusterrolebinding_kube-state-metrics.yml
examples/monitoring_stack/output/local/k8s/kube_state_metrics/deployment_kube-state-metrics.yml
examples/monitoring_stack/output/local/k8s/kube_state_metrics/service_kube-state-metrics.yml
examples/monitoring_stack/output/local/k8s/kube_state_metrics/serviceaccount_kube-state-metrics.yml
examples/monitoring_stack/output/local/k8s/node_exporter/daemonset_node-exporter.yml
examples/monitoring_stack/output/local/k8s/node_exporter/service_node-exporter.yml
examples/monitoring_stack/output/local/k8s/node_exporter/serviceaccount_node-exporter.yml
examples/monitoring_stack/output/local/k8s/prometheus/clusterrole_prometheus.yml
examples/monitoring_stack/output/local/k8s/prometheus/clusterrolebinding_prometheus-vault-auth.yml
examples/monitoring_stack/output/local/k8s/prometheus/clusterrolebinding_prometheus.yml
examples/monitoring_stack/output/local/k8s/prometheus/configmap_prometheus-config.yml
examples/monitoring_stack/output/local/k8s/prometheus/configmap_prometheus-rules.yml
examples/monitoring_stack/output/local/k8s/prometheus/service_prometheus.yml
examples/monitoring_stack/output/local/k8s/prometheus/serviceaccount_prometheus.yml
examples/monitoring_stack/output/local/k8s/prometheus/statefulset_prometheus.yml
examples/monitoring_stack/source/infra/kind/cluster.yml.j2
examples/monitoring_stack/source/k8s/alertmanager/ConfigMap.yml.j2
examples/monitoring_stack/source/k8s/alertmanager/Service.yml.j2
examples/monitoring_stack/source/k8s/alertmanager/StatefulSet.yml.j2
examples/monitoring_stack/source/k8s/alertmanager/files/alertmanager-config.yml
examples/monitoring_stack/source/k8s/common/Namespace.yml.j2
examples/monitoring_stack/source/k8s/grafana/Deployment.yml.j2
examples/monitoring_stack/source/k8s/grafana/Service.yml.j2
examples/monitoring_stack/source/k8s/grafana/configmap.yml.j2
examples/monitoring_stack/source/k8s/grafana/configmap_grafana-dashboard.yml.j2
examples/monitoring_stack/source/k8s/grafana/files/config/config.yaml
examples/monitoring_stack/source/k8s/grafana/files/config/grafana.ini
examples/monitoring_stack/source/k8s/grafana/files/config/prometheus-datasource.yaml
examples/monitoring_stack/source/k8s/grafana/files/dashboards/node-exporter.json
examples/monitoring_stack/source/k8s/kube_state_metrics/clusterRole.yml
examples/monitoring_stack/source/k8s/kube_state_metrics/clusterrolebinding.yml.j2
examples/monitoring_stack/source/k8s/kube_state_metrics/deployment.yml.j2
examples/monitoring_stack/source/k8s/kube_state_metrics/service.yml.j2
examples/monitoring_stack/source/k8s/kube_state_metrics/serviceaccount.yml.j2
examples/monitoring_stack/source/k8s/node_exporter/kustomization.yml.j2
examples/monitoring_stack/source/k8s/prometheus/ClusterRole.yml
examples/monitoring_stack/source/k8s/prometheus/ClusterRoleBinding.yml.j2
examples/monitoring_stack/source/k8s/prometheus/ConfigMap.yml.j2
examples/monitoring_stack/source/k8s/prometheus/Service.yml.j2
examples/monitoring_stack/source/k8s/prometheus/ServiceAccount.yml.j2
examples/monitoring_stack/source/k8s/prometheus/StatefulSet.yml.j2
examples/monitoring_stack/source/k8s/prometheus/files/default.yml
examples/monitoring_stack/source/k8s/prometheus/files/prometheus.yml.j2
make_argocd_fly/__init__.py
make_argocd_fly/cliparam.py
make_argocd_fly/config.py
make_argocd_fly/debug_dump.py
make_argocd_fly/default.py
make_argocd_fly/exception.py
make_argocd_fly/limits.py
make_argocd_fly/log_config.yml
make_argocd_fly/main.py
make_argocd_fly/namegen.py
make_argocd_fly/param.py
make_argocd_fly/pipeline.py
make_argocd_fly/renderer.py
make_argocd_fly/stage.py
make_argocd_fly/stats.py
make_argocd_fly/type.py
make_argocd_fly/util.py
make_argocd_fly/warning.py
make_argocd_fly.egg-info/PKG-INFO
make_argocd_fly.egg-info/SOURCES.txt
make_argocd_fly.egg-info/dependency_links.txt
make_argocd_fly.egg-info/entry_points.txt
make_argocd_fly.egg-info/requires.txt
make_argocd_fly.egg-info/top_level.txt
make_argocd_fly/context/__init__.py
make_argocd_fly/context/data.py
make_argocd_fly/resource/__init__.py
make_argocd_fly/resource/viewer.py
make_argocd_fly/resource/writer.py
tests/__init__.py
tests/test_cliparam.py
tests/test_config.py
tests/test_context.py
tests/test_debug_dump.py
tests/test_namegen.py
tests/test_param.py
tests/test_pipeline.py
tests/test_renderer.py
tests/test_resource.py
tests/test_stage.py
tests/test_stats.py
tests/test_util.py
tests/e2e/config/apps.yml
tests/e2e/config/infra.yml
tests/e2e/config/vars.yml
tests/e2e/output/external_1/app_1/deployment_grafana.yml
tests/e2e/output/external_1/app_2/deployment_prometheus-2.yml
tests/e2e/output/external_1/app_2/deployment_prometheus.yml
tests/e2e/output/external_1/app_2/service_prometheus.yml
tests/e2e/output/external_1/app_5/configmap_prometheus-config.yml
tests/e2e/output/external_1/app_9/deployment_prometheus.yml
tests/e2e/output/external_1/app_9/service_prometheus.yml
tests/e2e/output/external_1/bootstrap/application_unused-deployer-external-1-override.yml
tests/e2e/output/external_1/subdirectory/app_7/deployment_grafana.yml
tests/e2e/output/infra/infra/random_app/log_template.txt
tests/e2e/output/infra/infra/random_app/text_file.txt
tests/e2e/output/infra/infra/random_app/yaml_file.yml
tests/e2e/output/infra/infra/random_app/dir/extra_log.txt
tests/e2e/output/management/app_1/deployment_grafana.yml
tests/e2e/output/management/app_10/deployment_hello-world.yml
tests/e2e/output/management/app_10/service_hello-world.yml
tests/e2e/output/management/app_10/serviceaccount_hello-world.yml
tests/e2e/output/management/app_11/deployment_hello-world.yml
tests/e2e/output/management/app_11/service_hello-world.yml
tests/e2e/output/management/app_11/serviceaccount_hello-world.yml
tests/e2e/output/management/app_12/deployment_grafana.yml
tests/e2e/output/management/app_13/deployment_grafana.yml
tests/e2e/output/management/app_13/subdir/deployment_grafana-2.yml
tests/e2e/output/management/app_14/configmap_prometheus-config.yml
tests/e2e/output/management/app_15/configmap_prometheus-config.yml
tests/e2e/output/management/app_16/configmap_prometheus-config.yml
tests/e2e/output/management/app_17/configmap_prometheus-config.yml
tests/e2e/output/management/app_19/namespace_test-namespace.yml
tests/e2e/output/management/app_2/deployment_prometheus-2.yml
tests/e2e/output/management/app_2/deployment_prometheus.yml
tests/e2e/output/management/app_2/service_prometheus.yml
tests/e2e/output/management/app_20/deployment_hello-world.yml
tests/e2e/output/management/app_20/service_hello-world.yml
tests/e2e/output/management/app_20/serviceaccount_hello-world.yml
tests/e2e/output/management/app_21_not_kustomize/deployment_grafana.yml
tests/e2e/output/management/app_22_kustomize_with_env_only/deployment_hello-world.yml
tests/e2e/output/management/app_22_kustomize_with_env_only/service_hello-world.yml
tests/e2e/output/management/app_22_kustomize_with_env_only/serviceaccount_hello-world.yml
tests/e2e/output/management/app_23_excluded_base/deployment_grafana.yml
tests/e2e/output/management/app_24_extra_files/configmap_app-24-extra-files-1-config-b5gbd2fk29.yml
tests/e2e/output/management/app_24_extra_files/configmap_app-24-extra-files-2-config-kfkdk44ftf.yml
tests/e2e/output/management/app_24_extra_files/deployment_hello-world.yml
tests/e2e/output/management/app_24_extra_files/service_hello-world.yml
tests/e2e/output/management/app_24_extra_files/serviceaccount_hello-world.yml
tests/e2e/output/management/app_25_local_helm/deployment_hello-world.yml
tests/e2e/output/management/app_25_local_helm/service_hello-world.yml
tests/e2e/output/management/app_25_local_helm/serviceaccount_hello-world.yml
tests/e2e/output/management/app_3/deployment_thanos.yml
tests/e2e/output/management/app_4/deployment_thanos-sidecar-2.yml
tests/e2e/output/management/app_4/deployment_thanos-sidecar.yml
tests/e2e/output/management/app_5/configmap_prometheus-config.yml
tests/e2e/output/management/app_6/configmap_prometheus-config-yaml.yml
tests/e2e/output/management/app_6/configmap_prometheus-config.yml
tests/e2e/output/management/app_6/deployment_grafana-yaml.yml
tests/e2e/output/management/app_6/deployment_grafana.yml
tests/e2e/output/management/app_9/deployment_prometheus.yml
tests/e2e/output/management/app_9/service_prometheus.yml
tests/e2e/output/management/bootstrap/application_core-deployer-management.yml
tests/e2e/output/management/bootstrap/application_service-deployer-management.yml
tests/e2e/output/management/core_deployer/application_app-1-external-1.yml
tests/e2e/output/management/core_deployer/application_app-1-management.yml
tests/e2e/output/management/core_deployer/application_app-2-external-1.yml
tests/e2e/output/management/core_deployer/application_app-2-management.yml
tests/e2e/output/management/service_deployer/application_app-10-management.yml
tests/e2e/output/management/service_deployer/application_app-11-management.yml
tests/e2e/output/management/service_deployer/application_app-13-management.yml
tests/e2e/output/management/service_deployer/application_app-14-management.yml
tests/e2e/output/management/service_deployer/application_app-15-management.yml
tests/e2e/output/management/service_deployer/application_app-16-management.yml
tests/e2e/output/management/service_deployer/application_app-17-management.yml
tests/e2e/output/management/service_deployer/application_app-19-management.yml
tests/e2e/output/management/service_deployer/application_app-20-management.yml
tests/e2e/output/management/service_deployer/application_app-21-not-kustomize-management.yml
tests/e2e/output/management/service_deployer/application_app-22-kustomize-with-env-only-management.yml
tests/e2e/output/management/service_deployer/application_app-23-excluded-base-management.yml
tests/e2e/output/management/service_deployer/application_app-24-extra-files-management.yml
tests/e2e/output/management/service_deployer/application_app-25-local-helm-management.yml
tests/e2e/output/management/service_deployer/application_app-3-management.yml
tests/e2e/output/management/service_deployer/application_app-4-management.yml
tests/e2e/output/management/service_deployer/application_app-5-external-1.yml
tests/e2e/output/management/service_deployer/application_app-5-management.yml
tests/e2e/output/management/service_deployer/application_app-6-management.yml
tests/e2e/output/management/service_deployer/application_app-7-external-1.yml
tests/e2e/output/management/service_deployer/application_app-7-management.yml
tests/e2e/output/management/service_deployer/application_app-8-management.yml
tests/e2e/output/management/service_deployer/application_app-9-external-1.yml
tests/e2e/output/management/service_deployer/application_app-9-management.yml
tests/e2e/output/management/service_deployer/application_hello-world.yml
tests/e2e/output/management/subdirectory/app_7/deployment_grafana.yml
tests/e2e/output/management/subdirectory_2/app_8/deployment_grafana.yml
tests/e2e/source/app_1/deployment.yml
tests/e2e/source/app_1/kustomization.yml
tests/e2e/source/app_10/kustomization.yml.j2
tests/e2e/source/app_11/kustomization.yml.j2
tests/e2e/source/app_11/values.yml.j2
tests/e2e/source/app_12/deployment.yml.j2
tests/e2e/source/app_13/deployment.yml.j2
tests/e2e/source/app_13/subdir/deployment.yml.j2
tests/e2e/source/app_14/configmap.yml.j2
tests/e2e/source/app_14/files/file.json.j2
tests/e2e/source/app_14/testcases/testcase.yml
tests/e2e/source/app_15/configmap.yml.j2
tests/e2e/source/app_15/files/file_1.yml.j2
tests/e2e/source/app_15/files/file_2.yml
tests/e2e/source/app_15/files/subdir/file_3.yml
tests/e2e/source/app_16/configmap.yml.j2
tests/e2e/source/app_16/files/file_1.yml.j2
tests/e2e/source/app_16/files/file_2.yml
tests/e2e/source/app_16/files/subdir/file_3.yml
tests/e2e/source/app_17/configmap.yml.j2
tests/e2e/source/app_17/files/file_1.yml.j2
tests/e2e/source/app_17/files/file_2.yml
tests/e2e/source/app_19/common_resources.yml.j2
tests/e2e/source/app_2/base/deployment.yml
tests/e2e/source/app_2/base/kustomization.yml
tests/e2e/source/app_2/base/service.yml
tests/e2e/source/app_2/external_1/kustomization.yml
tests/e2e/source/app_2/management/kustomization.yml
tests/e2e/source/app_20/helmfile.yaml.j2
tests/e2e/source/app_21_not_kustomize/deployment.yml
tests/e2e/source/app_21_not_kustomize/random/kustomization.yml.j2
tests/e2e/source/app_22_kustomize_with_env_only/management/kustomization.yml.j2
tests/e2e/source/app_22_kustomize_with_env_only/random/deployment.yml
tests/e2e/source/app_23_excluded_base/deployment.yml
tests/e2e/source/app_23_excluded_base/base/kustomization.yml.j2
tests/e2e/source/app_24_extra_files/init_1.sh
tests/e2e/source/app_24_extra_files/kustomization.yml.j2
tests/e2e/source/app_24_extra_files/subdir/init_2.sh.j2
tests/e2e/source/app_25_local_helm/kustomization.yml.j2
tests/e2e/source/app_25_local_helm/helm_local/charts/hello-world-0.1.0/hello-world/.helmignore
tests/e2e/source/app_25_local_helm/helm_local/charts/hello-world-0.1.0/hello-world/Chart.yaml
tests/e2e/source/app_25_local_helm/helm_local/charts/hello-world-0.1.0/hello-world/README.md
tests/e2e/source/app_25_local_helm/helm_local/charts/hello-world-0.1.0/hello-world/values.yaml
tests/e2e/source/app_25_local_helm/helm_local/charts/hello-world-0.1.0/hello-world/templates/NOTES.txt
tests/e2e/source/app_25_local_helm/helm_local/charts/hello-world-0.1.0/hello-world/templates/_helpers.tpl
tests/e2e/source/app_25_local_helm/helm_local/charts/hello-world-0.1.0/hello-world/templates/deployment.yaml
tests/e2e/source/app_25_local_helm/helm_local/charts/hello-world-0.1.0/hello-world/templates/service.yaml
tests/e2e/source/app_25_local_helm/helm_local/charts/hello-world-0.1.0/hello-world/templates/serviceaccount.yaml
tests/e2e/source/app_3/deployment.yml
tests/e2e/source/app_3/kustomization.yml.j2
tests/e2e/source/app_4/deployment.yml.j2
tests/e2e/source/app_4/files/file.json
tests/e2e/source/app_4/files/file_2.yml
tests/e2e/source/app_4/files/file_3.yml.j2
tests/e2e/source/app_5/configmap.yml.j2
tests/e2e/source/app_5/files/file.json.j2
tests/e2e/source/app_6/configmap.yaml.j2
tests/e2e/source/app_6/configmap.yml.j2
tests/e2e/source/app_6/deployment.yaml
tests/e2e/source/app_6/deployment.yml
tests/e2e/source/app_9/base/deployment.yml.j2
tests/e2e/source/app_9/base/kustomization.yml.j2
tests/e2e/source/app_9/external_1/kustomization.yml.j2
tests/e2e/source/app_9/external_1/service.yml.j2
tests/e2e/source/app_9/management/kustomization.yml.j2
tests/e2e/source/app_9/management/service.yml.j2
tests/e2e/source/infra/random_app/log_template.txt.j2
tests/e2e/source/infra/random_app/text_file.txt
tests/e2e/source/infra/random_app/yaml_file.yml
tests/e2e/source/infra/random_app/dir/extra_log.txt
tests/e2e/source/subdirectory/app_7/deployment.yml
tests/e2e/source/subdirectory_2/app_8/deployment.yml
tests/e2e/source/subdirectory_2/app_8/kustomization.yml
tests/e2e/source/templates/namespace.yml.j2
tests/e2e_deprecated/config/apps.yml
tests/e2e_deprecated/source/.file