fix: Remove non-functional variable references
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
76d3b6c742
commit
a2c2766ff7
@ -35,10 +35,6 @@ platform:
|
|||||||
url: https://argoproj.github.io/argo-helm
|
url: https://argoproj.github.io/argo-helm
|
||||||
- name: authentik
|
- name: authentik
|
||||||
url: https://charts.goauthentik.io
|
url: https://charts.goauthentik.io
|
||||||
# - name: codecentric
|
|
||||||
# url: https://codecentric.github.io/helm-charts
|
|
||||||
# - name: dex
|
|
||||||
# url: https://charts.dexidp.io
|
|
||||||
- name: gitea-charts
|
- name: gitea-charts
|
||||||
url: https://dl.gitea.io/charts/
|
url: https://dl.gitea.io/charts/
|
||||||
- name: harbor
|
- name: harbor
|
||||||
@ -125,54 +121,6 @@ components:
|
|||||||
node_template:
|
node_template:
|
||||||
url: https://{{ repo_username }}:{{ repo_password }}@sn.itch.fyi/Repository/rel/ubuntu-2204-kube-v1.27.1.ova
|
url: https://{{ repo_username }}:{{ repo_password }}@sn.itch.fyi/Repository/rel/ubuntu-2204-kube-v1.27.1.ova
|
||||||
|
|
||||||
# dex:
|
|
||||||
# helm:
|
|
||||||
# version: 0.13.0 # (= Dex 2.35.3)
|
|
||||||
# chart: dex/dex
|
|
||||||
# parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
|
||||||
# chart_values: !unsafe |
|
|
||||||
# config:
|
|
||||||
# connectors:
|
|
||||||
# - type: ldap
|
|
||||||
# id: ldap
|
|
||||||
# name: "LDAP"
|
|
||||||
# config:
|
|
||||||
# host: "{{ vapp['ldap.fqdn'] }}:636"
|
|
||||||
# insecureNoSSL: false
|
|
||||||
# insecureSkipVerify: true
|
|
||||||
# bindDN: "{{ vapp['ldap.dn'] }}"
|
|
||||||
# bindPW: "{{ vapp['ldap.password'] }}"
|
|
||||||
|
|
||||||
# usernamePrompt: "Username"
|
|
||||||
# userSearch:
|
|
||||||
# baseDN: OU=Administrators,OU=Useraccounts,DC=bessems,DC=eu
|
|
||||||
# filter: "(objectClass=person)"
|
|
||||||
# username: userPrincipalName
|
|
||||||
# idAttr: DN
|
|
||||||
# emailAttr: userPrincipalName
|
|
||||||
# nameAttr: cn
|
|
||||||
|
|
||||||
# groupSearch:
|
|
||||||
# baseDN: OU=Roles,OU=Groups,DC=bessems,DC=eu
|
|
||||||
# filter: "(objectClass=group)"
|
|
||||||
# userMatchers:
|
|
||||||
# - userAttr: DN
|
|
||||||
# groupAttr: member
|
|
||||||
# nameAttr: cn
|
|
||||||
# enablePasswordDB: true
|
|
||||||
# issuer: https://oidc.{{ vapp['metacluster.fqdn'] }}
|
|
||||||
# storage:
|
|
||||||
# type: kubernetes
|
|
||||||
# config:
|
|
||||||
# inCluster: true
|
|
||||||
# ingress:
|
|
||||||
# enabled: true
|
|
||||||
# hosts:
|
|
||||||
# - host: oidc.{{ vapp['metacluster.fqdn'] }}
|
|
||||||
# paths:
|
|
||||||
# - path: /
|
|
||||||
# pathType: Prefix
|
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
helm:
|
helm:
|
||||||
version: v7.0.2 # (= Gitea v1.18.3)
|
version: v7.0.2 # (= Gitea v1.18.3)
|
||||||
@ -245,8 +193,6 @@ components:
|
|||||||
{
|
{
|
||||||
"appliance": { "version": "{{ appliance.version }}" },
|
"appliance": { "version": "{{ appliance.version }}" },
|
||||||
"components": [
|
"components": [
|
||||||
{ "app": "argo-cd", "version": "{{ components[argo-cd].helm.version }}" },
|
|
||||||
{ "app": "cert-manager", "version": "{{ components[cert-manager].helm.version }}" },
|
|
||||||
{ "app": "cluster-api",
|
{ "app": "cluster-api",
|
||||||
"management": { "foo": "bar" },
|
"management": { "foo": "bar" },
|
||||||
"workload": { "foo": "bar" }
|
"workload": { "foo": "bar" }
|
||||||
@ -255,38 +201,6 @@ components:
|
|||||||
"healthz": { "status": "running" }
|
"healthz": { "status": "running" }
|
||||||
}
|
}
|
||||||
|
|
||||||
# keycloakx:
|
|
||||||
# helm:
|
|
||||||
# version: 2.1.1 # (= Keycloak 20.0.3)
|
|
||||||
# chart: codecentric/keycloakx
|
|
||||||
# parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
|
||||||
# chart_values: !unsafe |
|
|
||||||
# command:
|
|
||||||
# - "/opt/keycloak/bin/kc.sh"
|
|
||||||
# - "start"
|
|
||||||
# - "--http-enabled=true"
|
|
||||||
# - "--http-port=8080"
|
|
||||||
# - "--hostname-strict=false"
|
|
||||||
# - "--hostname-strict-https=false"
|
|
||||||
# extraEnv: |
|
|
||||||
# - name: KEYCLOAK_ADMIN
|
|
||||||
# value: admin
|
|
||||||
# - name: KEYCLOAK_ADMIN_PASSWORD
|
|
||||||
# value: {{ vapp['metacluster.password'] }}
|
|
||||||
# - name: KC_PROXY
|
|
||||||
# value: "passthrough"
|
|
||||||
# - name: JAVA_OPTS_APPEND
|
|
||||||
# value: >-
|
|
||||||
# -Djgroups.dns.query={% raw %}{{ include "keycloak.fullname" . }}{% endraw %}-headless
|
|
||||||
# ingress:
|
|
||||||
# enabled: true
|
|
||||||
# rules:
|
|
||||||
# - host: keycloak.{{ vapp['metacluster.fqdn'] }}
|
|
||||||
# paths:
|
|
||||||
# - path: /
|
|
||||||
# pathType: Prefix
|
|
||||||
# tls: []
|
|
||||||
|
|
||||||
kube-prometheus-stack:
|
kube-prometheus-stack:
|
||||||
helm:
|
helm:
|
||||||
version: 45.2.0
|
version: 45.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user