stack-orchestrator/stack_orchestrator/deploy/k8s
Thomas E Lackey 903f3b10e2 Add support for annotations and labels in spec. (#739)
```
stack: webapp-deployer-backend
deploy-to: k8s
annotations:
  foo.bar.annot/{name}: baz
labels:
  a.b.c/{name}.blah: "value"
```

Reviewed-on: cerc-io/stack-orchestrator#739
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2024-02-09 00:11:07 +00:00
..
__init__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
cluster_info.py Add support for annotations and labels in spec. (#739) 2024-02-09 00:11:07 +00:00
deploy_k8s.py Implement dry run support for k8s deploy (#727) 2024-02-06 07:07:56 -07:00
helpers.py Process environment variables defined in compose files (#736) 2024-02-08 19:41:57 +00:00