-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
33 lines (28 loc) · 894 Bytes
/
Copy pathChart.yaml
File metadata and controls
33 lines (28 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
apiVersion: v2
name: python-dev-environment
description: A secure, non-root Python development environment for VS Code, designed for Talos Linux Kubernetes clusters and deployed via ArgoCD.
type: application
version: 1.0.0
appVersion: "3.12"
keywords:
- python
- development
- devcontainer
- vscode
- talos
- argocd
home: https://github.com/bryanjbelanger/python-dev-environment.git
sources:
- https://github.com/bryanjbelanger/python-dev-environment.git
maintainers:
- name: Bryan Belanger
email: bryanbelanger@hotmail.com
url: https://github.com/bryanjbelanger
annotations:
# ArgoCD recommended annotations
argocd.argoproj.io/sync-wave: "0"
artifacthub.io/changes: |
- kind: added
description: Initial chart release for Python development environment
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/category: "development-tools"