.gitignore
.gitlab-ci.yml
DEVELOP.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements.txt
runner.py
setup.py
adeploy/__init__.py
adeploy/main.py
adeploy.egg-info/PKG-INFO
adeploy.egg-info/SOURCES.txt
adeploy.egg-info/dependency_links.txt
adeploy.egg-info/entry_points.txt
adeploy.egg-info/requires.txt
adeploy.egg-info/top_level.txt
adeploy/common/__init__.py
adeploy/common/args.py
adeploy/common/colors.py
adeploy/common/deployment.py
adeploy/common/errors.py
adeploy/common/helpers.py
adeploy/common/kubectl.py
adeploy/common/logging.py
adeploy/common/provider.py
adeploy/common/version.py
adeploy/common/jinja/__init__.py
adeploy/common/jinja/dict.py
adeploy/common/jinja/env.py
adeploy/common/jinja/filters.py
adeploy/common/jinja/globals.py
adeploy/common/secrets/__init__.py
adeploy/common/secrets/docker_registry_secret.py
adeploy/common/secrets/generic_secret.py
adeploy/common/secrets/secret.py
adeploy/common/secrets/tls_secret.py
adeploy/common/secrets_provider/__init__.py
adeploy/common/secrets_provider/gopass_provider.py
adeploy/common/secrets_provider/plaintext_provider.py
adeploy/common/secrets_provider/provider.py
adeploy/common/secrets_provider/random_provider.py
adeploy/common/secrets_provider/shell_command_provider.py
adeploy/common/yaml/__init__.py
adeploy/common/yaml/find.py
adeploy/common/yaml/labels.py
adeploy/common/yaml/probes.py
adeploy/common/yaml/resources.py
adeploy/common/yaml/update.py
adeploy/providers/__init__.py
adeploy/providers/helm/README.md
adeploy/providers/helm/__init__.py
adeploy/providers/helm/deployer.py
adeploy/providers/helm/renderer.py
adeploy/providers/helm/tester.py
adeploy/providers/helm/watcher.py
adeploy/providers/helm/common/__init__.py
adeploy/providers/helm/common/helm.py
adeploy/providers/helm/common/helm_output.py
adeploy/providers/helm/common/helm_provider.py
adeploy/providers/jinja/README.md
adeploy/providers/jinja/__init__.py
adeploy/providers/jinja/deployer.py
adeploy/providers/jinja/renderer.py
adeploy/providers/jinja/tester.py
adeploy/providers/jinja/watcher.py
adeploy/steps/__init__.py
adeploy/steps/config.py
adeploy/steps/deploy.py
adeploy/steps/render.py
adeploy/steps/test.py
adeploy/steps/watch.py
docs/helm.cast
docs/index.md
docs/install.md
docs/jinja.cast
docs/usage.md
docs/assets/download.sh
docs/assets/css/asciinema-player.css
docs/assets/css/badges.css
docs/assets/css/docstrings.css
docs/assets/css/footer.css
docs/assets/img/awesome-logo.png
docs/assets/js/asciinema-init.js
docs/assets/js/asciinema-player.min.js
docs/common/_more.md
docs/common/filters.md
docs/common/functions.md
docs/common/includes.md
docs/common/index.md
docs/common/labels.md
docs/common/macros.md
docs/common/probes.md
docs/common/resource-limits.md
docs/common/secrets.md
docs/helm/helm-deploy.cast
docs/helm/helm-render.cast
docs/helm/helm-test.cast
docs/helm/hooks.md
docs/helm/index.md
docs/hooks/asciinema.py
docs/hooks/badges.py
docs/jinja/index.md
docs/jinja/jinja-deploy.cast
docs/jinja/jinja-render.cast
docs/jinja/jinja-test.cast
docs/overrides/partials/copyright.html
examples/.exclude-from-test
examples/helm/001-quickstart/README.md
examples/helm/001-quickstart/defaults.yml
examples/helm/001-quickstart/build/helm/charts/hello-world/.helmignore
examples/helm/001-quickstart/build/helm/charts/hello-world/Chart.yaml
examples/helm/001-quickstart/build/helm/charts/hello-world/README.md
examples/helm/001-quickstart/build/helm/charts/hello-world/values.yaml
examples/helm/001-quickstart/build/helm/charts/hello-world/templates/NOTES.txt
examples/helm/001-quickstart/build/helm/charts/hello-world/templates/_helpers.tpl
examples/helm/001-quickstart/build/helm/charts/hello-world/templates/deployment.yaml
examples/helm/001-quickstart/build/helm/charts/hello-world/templates/service.yaml
examples/helm/001-quickstart/build/helm/charts/hello-world/templates/serviceaccount.yaml
examples/helm/001-quickstart/build/helm/playground/hello-world/test/manifest.yml
examples/helm/001-quickstart/build/helm/playground/hello-world/test/values.yml
examples/helm/001-quickstart/namespaces/playground/test.yml
examples/helm/002-hooks/README.md
examples/helm/002-hooks/defaults.yml
examples/helm/002-hooks/build/helm/charts/hello-world/.helmignore
examples/helm/002-hooks/build/helm/charts/hello-world/Chart.yaml
examples/helm/002-hooks/build/helm/charts/hello-world/README.md
examples/helm/002-hooks/build/helm/charts/hello-world/values.yaml
examples/helm/002-hooks/build/helm/charts/hello-world/templates/NOTES.txt
examples/helm/002-hooks/build/helm/charts/hello-world/templates/_helpers.tpl
examples/helm/002-hooks/build/helm/charts/hello-world/templates/deployment.yaml
examples/helm/002-hooks/build/helm/charts/hello-world/templates/service.yaml
examples/helm/002-hooks/build/helm/charts/hello-world/templates/serviceaccount.yaml
examples/helm/002-hooks/build/helm/playground/hello-world/test/manifest.yml
examples/helm/002-hooks/build/helm/playground/hello-world/test/values.yml
examples/helm/002-hooks/hooks/patch.sh
examples/helm/002-hooks/hooks/patches.d/001-add-env.patch
examples/helm/002-hooks/namespaces/playground/test.yml
examples/jinja/001-general-structure/.exclude-from-test
examples/jinja/001-general-structure/README.md
examples/jinja/001-general-structure/defaults.yml
examples/jinja/001-general-structure/build/jinja/playground/001-general-structure/prod/deployment.yml
examples/jinja/001-general-structure/build/jinja/playground/001-general-structure/prod/job.yml
examples/jinja/001-general-structure/build/jinja/playground/001-general-structure/test/deployment.yml
examples/jinja/001-general-structure/build/jinja/playground/001-general-structure/test/job.yml
examples/jinja/001-general-structure/namespaces/playground/prod.yml
examples/jinja/001-general-structure/namespaces/playground/test.yml
examples/jinja/001-general-structure/templates/deployment.yml
examples/jinja/001-general-structure/templates/job.yml
examples/jinja/002-secrets/README.md
examples/jinja/002-secrets/defaults.yml
examples/jinja/002-secrets-ingress/README.md
examples/jinja/002-secrets-ingress/defaults.yml
examples/jinja/002-secrets-ingress/build/jinja/002-secrets-ingress/secrets/playground/prod/secret-6e1adb2c4c075e35335e851dd6ebc5f0f7397a80
examples/jinja/002-secrets-ingress/build/jinja/002-secrets-ingress/secrets/playground/prod/secret-7e33ba97416ba4d45b6ce4c6c68b6aace36eacc5
examples/jinja/002-secrets-ingress/build/jinja/002-secrets-ingress/secrets/playground/prod/secret-e5e0c551a537d65bcea7c18eb47badaf9c09c349
examples/jinja/002-secrets-ingress/build/jinja/002-secrets-ingress/secrets/playground/test/secret-7929a442fae0ceee9eef9558a9a2ef02cc9d4421
examples/jinja/002-secrets-ingress/build/jinja/002-secrets-ingress/secrets/playground/test/secret-dcf2a6e7bd78ee395f73f6434b19a9044790c00a
examples/jinja/002-secrets-ingress/build/jinja/002-secrets-ingress/secrets/playground/test/secret-f310a9ad786b3fb5f7160436346e69795693b951
examples/jinja/002-secrets-ingress/build/jinja/playground/002-secrets-ingress/prod/deployment.yml
examples/jinja/002-secrets-ingress/build/jinja/playground/002-secrets-ingress/prod/ingress.yml
examples/jinja/002-secrets-ingress/build/jinja/playground/002-secrets-ingress/test/deployment.yml
examples/jinja/002-secrets-ingress/build/jinja/playground/002-secrets-ingress/test/ingress.yml
examples/jinja/002-secrets-ingress/namespaces/playground/prod.yml
examples/jinja/002-secrets-ingress/namespaces/playground/test.yml
examples/jinja/002-secrets-ingress/namespaces/playground/secrets/my_secret_prod
examples/jinja/002-secrets-ingress/namespaces/playground/secrets/my_secret_test
examples/jinja/002-secrets-ingress/namespaces/playground/secrets/domain_prod/mydomain.com.crt
examples/jinja/002-secrets-ingress/namespaces/playground/secrets/domain_prod/mydomain.com.key
examples/jinja/002-secrets-ingress/namespaces/playground/secrets/domain_test/mydomain.com.crt
examples/jinja/002-secrets-ingress/namespaces/playground/secrets/domain_test/mydomain.com.key
examples/jinja/002-secrets-ingress/templates/deployment.yml
examples/jinja/002-secrets-ingress/templates/ingress.yml
examples/jinja/002-secrets/build/jinja/002-secrets/secrets/playground/prod/secret-7e33ba97416ba4d45b6ce4c6c68b6aace36eacc5
examples/jinja/002-secrets/build/jinja/002-secrets/secrets/playground/prod/secret-e5e0c551a537d65bcea7c18eb47badaf9c09c349
examples/jinja/002-secrets/build/jinja/002-secrets/secrets/playground/test/secret-7929a442fae0ceee9eef9558a9a2ef02cc9d4421
examples/jinja/002-secrets/build/jinja/002-secrets/secrets/playground/test/secret-f310a9ad786b3fb5f7160436346e69795693b951
examples/jinja/002-secrets/build/jinja/playground/002-secrets/prod/deployment.yml
examples/jinja/002-secrets/build/jinja/playground/002-secrets/test/deployment.yml
examples/jinja/002-secrets/namespaces/playground/prod.yml
examples/jinja/002-secrets/namespaces/playground/test.yml
examples/jinja/002-secrets/namespaces/playground/secrets/my_secret_prod
examples/jinja/002-secrets/namespaces/playground/secrets/my_secret_test
examples/jinja/002-secrets/templates/deployment.yml
examples/jinja/003-include/README.md
examples/jinja/003-include/defaults.yml
examples/jinja/003-include/build/jinja/playground/003-include/prod/common/configmap.yml
examples/jinja/003-include/build/jinja/playground/003-include/prod/nginx/deployment.yml
examples/jinja/003-include/build/jinja/playground/003-include/prod/redis/deployment.yml
examples/jinja/003-include/build/jinja/playground/003-include/test/common/configmap.yml
examples/jinja/003-include/build/jinja/playground/003-include/test/nginx/deployment.yml
examples/jinja/003-include/build/jinja/playground/003-include/test/redis/deployment.yml
examples/jinja/003-include/namespaces/playground/prod.yml
examples/jinja/003-include/namespaces/playground/test.yml
examples/jinja/003-include/templates/common/__affinity.yml
examples/jinja/003-include/templates/common/__env.yml
examples/jinja/003-include/templates/common/configmap.yml
examples/jinja/003-include/templates/files/nginx.conf
examples/jinja/003-include/templates/files/conf.d/alpha.json
examples/jinja/003-include/templates/files/conf.d/beta.json
examples/jinja/003-include/templates/nginx/deployment.yml
examples/jinja/003-include/templates/redis/deployment.yml
examples/jinja/004-probes/README.md
examples/jinja/004-probes/defaults.yml
examples/jinja/004-probes/build/jinja/playground/004-probes/prod/nginx/deployment.yml
examples/jinja/004-probes/build/jinja/playground/004-probes/prod/redis/deployment.yml
examples/jinja/004-probes/build/jinja/playground/004-probes/test/nginx/deployment.yml
examples/jinja/004-probes/build/jinja/playground/004-probes/test/redis/deployment.yml
examples/jinja/004-probes/namespaces/playground/prod.yml
examples/jinja/004-probes/namespaces/playground/test.yml
examples/jinja/004-probes/templates/nginx/deployment.yml
examples/jinja/004-probes/templates/redis/deployment.yml
examples/jinja/005-labels/README.md
examples/jinja/005-labels/defaults.yml
examples/jinja/005-labels/build/jinja/playground/005-labels/prod/deployment.yml
examples/jinja/005-labels/build/jinja/playground/005-labels/test/deployment.yml
examples/jinja/005-labels/namespaces/playground/prod.yml
examples/jinja/005-labels/namespaces/playground/test.yml
examples/jinja/005-labels/templates/deployment.yml
examples/jinja/006-nested-labels/README.md
examples/jinja/006-nested-labels/defaults.yml
examples/jinja/006-nested-labels/build/jinja/playground/006-nested-labels/prod/deployment.yml
examples/jinja/006-nested-labels/build/jinja/playground/006-nested-labels/test/deployment.yml
examples/jinja/006-nested-labels/namespaces/playground/prod.yml
examples/jinja/006-nested-labels/namespaces/playground/test.yml
examples/jinja/006-nested-labels/templates/deployment.yml
examples/jinja/007-resources/README.md
examples/jinja/007-resources/defaults.yml
examples/jinja/007-resources/build/jinja/playground/007-resources/prod/nginx/deployment.yml
examples/jinja/007-resources/build/jinja/playground/007-resources/prod/redis/deployment.yml
examples/jinja/007-resources/build/jinja/playground/007-resources/test/nginx/deployment.yml
examples/jinja/007-resources/build/jinja/playground/007-resources/test/redis/deployment.yml
examples/jinja/007-resources/namespaces/playground/prod.yml
examples/jinja/007-resources/namespaces/playground/test.yml
examples/jinja/007-resources/templates/nginx/deployment.yml
examples/jinja/007-resources/templates/redis/deployment.yml