Added k3s tooling
This commit is contained in:
51
k3s-tooling/values.yaml
Normal file
51
k3s-tooling/values.yaml
Normal file
@@ -0,0 +1,51 @@
|
||||
argocd:
|
||||
namespace: argocd
|
||||
project: default
|
||||
|
||||
cert-manager:
|
||||
enable: false
|
||||
targetRevision: v1.16.x
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: cert-manager
|
||||
|
||||
cnpg:
|
||||
enable: false
|
||||
targetRevision: 0.22.x
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: cnpg-system
|
||||
|
||||
longhorn:
|
||||
enable: false
|
||||
targetRevision: 1.7.x
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: longhorn-system
|
||||
|
||||
tailscaleOperator:
|
||||
enable: false
|
||||
targetRevision: 1.x
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: tailscale
|
||||
oauth:
|
||||
clientId:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: tailscale-operator-config
|
||||
key: client-id
|
||||
clientSecret:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: tailscale-operator-config
|
||||
key: client-secret
|
||||
operatorHostname: tailscale-operator
|
||||
|
||||
traefik:
|
||||
enable: false
|
||||
targetRevision: 25.x
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: kube-system
|
||||
|
||||
Reference in New Issue
Block a user