|
|
6 年之前 | |
|---|---|---|
| .. | ||
| .gitignore | 6 年之前 | |
| Kasanefile | 6 年之前 | |
| README.md | 6 年之前 | |
| patch.jsonnet | 6 年之前 | |
Kasane is a layering tool for Kubernetes which utilises Jsonnet for deep object modification and patching.
Use following steps to try the application:
kasane binary is available in argocd-repo-server pod.Register kasane plugin argocd-cm ConfigMap:
apiVersion: v1
data:
configManagementPlugins: |
- name: kasane
init:
command: [kasane, update]
generate:
command: [kasane, show]
Create application using kasane as a config management plugin name.
argocd app create kasane \
--config-management-plugin kasane \
--repo https://github.com/argoproj/argocd-example-apps \
--path plugins/kasane \
--dest-server https://kubernetes.default.svc \
--dest-namespace default