https://github.com/nokia/argocd-krm-plugin-examples
https://github.com/nokia/argocd-krm-plugin-examples
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nokia/argocd-krm-plugin-examples
- Owner: nokia
- License: bsd-3-clause
- Created: 2023-04-13T05:56:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T11:59:56.000Z (about 3 years ago)
- Last Synced: 2025-03-25T07:42:07.748Z (about 1 year ago)
- Language: Smarty
- Size: 10.7 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
content of this repo:
1-krm-embedded:
* kustomize-wrapper: kustomize wrapper around 'demo' chart (included for simplicity reasons (no push to registry needed)
* has a 'KRM exec function' to tranform and include checksum of all files in ../files/
* files: set of dummy files
* demo-wrapper-app.yaml: argocd-manifest, pointing to this repo's demo-wrapper-kustomize
* requires an Argo CD deployment with yq added to repo-server
* requires Argo CD to be configured to allow KRM exec functions:
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cm
namespace: argo-cd
data:
kustomize.buildOptions: --enable-helm --enable-alpha-plugins --enable-exec
2-krm-plugin:
* kustomize-wrapper: same wrapper around demo chart
* has a KRM exec fucntion in python
* function is embedded in Argo CD CMP
* plugin:
* the Argo CD plugin capable of running KRM functions (using kustomize)
* helm values that can be used to deploy argo CD (chart version 5.16.2) with plugin enabled
* plugin.yaml: configuration of the plugin
3-krm-argo-workflow:
* POC work to show how Argo Workflows could be used to run KRM functions in chained containers