diff options
author | 2024-04-27 19:55:57 +0100 | |
---|---|---|
committer | 2024-04-27 19:58:09 +0100 | |
commit | 6bc61ac160131f8bdbfa058dee49dde2cc374862 (patch) | |
tree | a3513a45529da512f4b5181771393760092dd5a8 | |
parent | Don't run DNS comment workflow if no planned changes (diff) |
Add DNS folders to README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,8 +14,11 @@ ansible/ ├── .ansible-lint # Configuration for ansible lint ├── ansible.cfg # Ansible Configurartion file └── playbook.yml # Root playbook pulling all roles together +dns/ +├── zones/ # Zone configuration for each supported DNS Zone +└── production.yaml # Configuration for OctoDNS planning and deployment docs/ -└── meeting_notes/ # Minutes for previous devops meetings +└── meeting_notes/ # Minutes for previous devops meetings kubernetes/ ├── cluster-wide-secrets/ # Kubernetes secrets shared by multiple pods across namespaces ├── namespaces/ # Kubernetes manifests, separated by namespace |