repositorypackage
0.4.0
Repository: https://github.com/darklab8/argocd-cue.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Argo cd plugin to support cue language.
Examples
Your can pass extra parameters into argocd application declarations to customize deployments!
- That is necessary to customize
helm template
result with extra args - You can find examples here
Features
-
you can use this plugin and cue to implement
- kubernetes manfiests
- helm charts
-
it is in customize format with pinned all dependencies
-
using at the moment of this writing:
- cue 0.7.1 (See here for adjustments)
- helm v3.10.3 (See here for adjustments)
- argocd v2.8.11 (Replace approproate file in plugin folder if necessary)
- kubectl v1.29.1
- dependencies are easily adjustable in install_deps.sh
-
tested on
- local Kind cluster for amd64 cpu arch, kind v0.22.0, kube v1.29.2
- microk8s with arm64 cpu architecture too, microk8s 1.28.7
-
inspired by official guide and their helm example plugin