Sebastian Mark
06b036ec71
- replace k0s with k3s in docker-compose.yml
- remove k0s-config.yaml
- remove metallb-address-pool
- update .renovaterc.json to match new file structure
- add new argocd-init files for k3s
- update README to reflect changes
🤖
21 lines
419 B
YAML
21 lines
419 B
YAML
---
|
|
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: argocd
|
|
namespace: kube-system
|
|
spec:
|
|
# do not change order! (needed for renovate)
|
|
chart: argo-cd
|
|
repo: https://argoproj.github.io/argo-helm
|
|
version: 7.5.2
|
|
targetNamespace: argocd
|
|
valuesContent: |-
|
|
server:
|
|
replicas: 1
|
|
applicationSet:
|
|
enabled: false
|
|
notifications:
|
|
enabled: false
|
|
dex:
|
|
enabled: false
|