Skip to content

Commit

Permalink
refactor: charmed-kubeflow-chisme's base charm to re-write arg-contro…
Browse files Browse the repository at this point in the history
…ller (#127)

* refactor: charmed-kubeflow-chisme's based charm to re-write arg-controller

* refactor(tests): match unit tests to the new charm code

* build: add charms.observability_libs.v1.kubernetes_service_patch library

* build: update requirement input files to match new charm requirements
  • Loading branch information
DnPlas authored Sep 14, 2023
1 parent 51499e8 commit 4b57f05
Show file tree
Hide file tree
Showing 24 changed files with 1,946 additions and 1,116 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.coverage
*.charm
build/
__pycache__
Expand Down
Binary file removed charms/argo-controller/.coverage
Binary file not shown.
2 changes: 0 additions & 2 deletions charms/argo-controller/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ bases:
channel: "20.04"
parts:
charm:
prime:
- ./files/crds/argoproj.io_*.yaml
charm-python-packages: [setuptools, pip] # Fixes install of some packages

This file was deleted.

38 changes: 0 additions & 38 deletions charms/argo-controller/files/crds/argoproj.io_cronworkflows.yaml

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions charms/argo-controller/files/crds/argoproj.io_workflows.yaml

This file was deleted.

Loading

0 comments on commit 4b57f05

Please sign in to comment.