refactor: rename helmfile values to env

This commit is contained in:
2025-06-19 14:25:11 +02:00
parent 19222fcb75
commit f5bd86dffb
37 changed files with 90 additions and 187 deletions
+43
View File
@@ -0,0 +1,43 @@
clusterConfig:
manifests: https://gitlab.com/oceanbox/manifests.git
argo:
enabled: true
cilium:
enabled: true
env: "" #[dev, test, staging, prod]
initca: ""
domain: ".local"
apiserver: ""
apiserverip: ""
etcd_nodes: []
k8s_nodes: []
cluster: ""
ingress_nodes: []
ingress_replica_count: 3
fileserver: ""
acme_email: ""
nodenames: []
nodes: []
s3:
hosts: []
patterns: []
cidr: []
ingress_clusterissuer: "letsencrypt-production"
ingress_whitelist_ips:
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
- 172.19.255.0/24
oidc: []
#- name: azure
# provider: azuread
# tenant: "https://login.microsoftonline.com/<tenant>/oauth2/v2.0"
# secret_ref:
# name: azure-oidc
# group_id: "<group_id>"
#- name: github
# provider: github
# secret_ref:
# name: github-oidc
# allowed_organizations: <org>
# allowed_teams: <team-id>