Renders ArgoCD Applications from values.yaml, including one for the valheim-gitops chart. Includes a one-time bootstrap manifest to register this chart itself as an ArgoCD Application. Co-authored-by: Copilot <[email protected]>
18 lines
421 B
YAML
18 lines
421 B
YAML
apiVersion: v2
|
|
name: apps-in-apps
|
|
description: >
|
|
App-of-Apps Helm chart bootstrapping ArgoCD Applications for this cluster
|
|
(e.g. the valheim-gitops game server stack).
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: "1.0.0"
|
|
home: https://git.smokyzone.de/SmokyZone/apps-in-apps
|
|
sources:
|
|
- https://git.smokyzone.de/SmokyZone/apps-in-apps
|
|
keywords:
|
|
- argocd
|
|
- app-of-apps
|
|
- gitops
|
|
maintainers:
|
|
- name: SmokyZone
|