From c54d0265acf8b8ce53a4198eed365362e10e97ce Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sun, 7 Dec 2025 23:42:26 +0000 Subject: [PATCH] Automated Manifest Update (#2318) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2318 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../headlamp/ClusterRoleBinding-cluster-admin-oidc.yaml | 1 - .../headlamp/ClusterRoleBinding-headlamp-admin.yaml | 1 - .../manifests/headlamp/ConfigMap-headlamp-plugin-config.yaml | 1 - clusters/cl01tl/manifests/headlamp/Deployment-headlamp.yaml | 1 - .../headlamp/ExternalSecret-headlamp-oidc-secret.yaml | 5 ++--- .../manifests/headlamp/HTTPRoute-https-route-headlamp.yaml | 1 - clusters/cl01tl/manifests/headlamp/Service-headlamp.yaml | 4 ---- .../manifests/headlamp/ServiceAccount-headlamp-admin.yaml | 1 - .../cl01tl/manifests/headlamp/ServiceAccount-headlamp.yaml | 2 -- 9 files changed, 2 insertions(+), 15 deletions(-) diff --git a/clusters/cl01tl/manifests/headlamp/ClusterRoleBinding-cluster-admin-oidc.yaml b/clusters/cl01tl/manifests/headlamp/ClusterRoleBinding-cluster-admin-oidc.yaml index bef3da7e7..d2f40aae8 100644 --- a/clusters/cl01tl/manifests/headlamp/ClusterRoleBinding-cluster-admin-oidc.yaml +++ b/clusters/cl01tl/manifests/headlamp/ClusterRoleBinding-cluster-admin-oidc.yaml @@ -1,5 +1,4 @@ --- -# Source: headlamp/templates/cluster-role-binding.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/clusters/cl01tl/manifests/headlamp/ClusterRoleBinding-headlamp-admin.yaml b/clusters/cl01tl/manifests/headlamp/ClusterRoleBinding-headlamp-admin.yaml index 46fb71af2..190d2a690 100644 --- a/clusters/cl01tl/manifests/headlamp/ClusterRoleBinding-headlamp-admin.yaml +++ b/clusters/cl01tl/manifests/headlamp/ClusterRoleBinding-headlamp-admin.yaml @@ -1,5 +1,4 @@ --- -# Source: headlamp/charts/headlamp/templates/clusterrolebinding.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/clusters/cl01tl/manifests/headlamp/ConfigMap-headlamp-plugin-config.yaml b/clusters/cl01tl/manifests/headlamp/ConfigMap-headlamp-plugin-config.yaml index 0406520bd..8761a76eb 100644 --- a/clusters/cl01tl/manifests/headlamp/ConfigMap-headlamp-plugin-config.yaml +++ b/clusters/cl01tl/manifests/headlamp/ConfigMap-headlamp-plugin-config.yaml @@ -1,5 +1,4 @@ --- -# Source: headlamp/charts/headlamp/templates/plugin-configmap.yaml apiVersion: v1 kind: ConfigMap metadata: diff --git a/clusters/cl01tl/manifests/headlamp/Deployment-headlamp.yaml b/clusters/cl01tl/manifests/headlamp/Deployment-headlamp.yaml index ae03891fb..326bad1e4 100644 --- a/clusters/cl01tl/manifests/headlamp/Deployment-headlamp.yaml +++ b/clusters/cl01tl/manifests/headlamp/Deployment-headlamp.yaml @@ -34,7 +34,6 @@ spec: runAsUser: 100 image: "ghcr.io/headlamp-k8s/headlamp:v0.38.0" imagePullPolicy: IfNotPresent - # Check if externalSecret is enabled envFrom: - secretRef: name: headlamp-oidc-secret diff --git a/clusters/cl01tl/manifests/headlamp/ExternalSecret-headlamp-oidc-secret.yaml b/clusters/cl01tl/manifests/headlamp/ExternalSecret-headlamp-oidc-secret.yaml index a0e3cd8e2..d9e66ad15 100644 --- a/clusters/cl01tl/manifests/headlamp/ExternalSecret-headlamp-oidc-secret.yaml +++ b/clusters/cl01tl/manifests/headlamp/ExternalSecret-headlamp-oidc-secret.yaml @@ -1,5 +1,4 @@ --- -# Source: headlamp/templates/external-secret.yaml apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: @@ -42,14 +41,14 @@ spec: key: /authentik/oidc/headlamp metadataPolicy: None property: scopes - - secretKey: OIDC_VALIDATOR_ISSUER_URL + - secretKey: HEADLAMP_CONFIG_OIDC_VALIDATOR_IDP_ISSUER_URL remoteRef: conversionStrategy: Default decodingStrategy: None key: /authentik/oidc/headlamp metadataPolicy: None property: validator-issuer-url - - secretKey: OIDC_VALIDATOR_CLIENT_ID + - secretKey: HEADLAMP_CONFIG_OIDC_VALIDATOR_CLIENT_ID remoteRef: conversionStrategy: Default decodingStrategy: None diff --git a/clusters/cl01tl/manifests/headlamp/HTTPRoute-https-route-headlamp.yaml b/clusters/cl01tl/manifests/headlamp/HTTPRoute-https-route-headlamp.yaml index 47f1792e5..769c4b05a 100644 --- a/clusters/cl01tl/manifests/headlamp/HTTPRoute-https-route-headlamp.yaml +++ b/clusters/cl01tl/manifests/headlamp/HTTPRoute-https-route-headlamp.yaml @@ -1,5 +1,4 @@ --- -# Source: headlamp/templates/http-route.yaml apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: diff --git a/clusters/cl01tl/manifests/headlamp/Service-headlamp.yaml b/clusters/cl01tl/manifests/headlamp/Service-headlamp.yaml index 53c5be38c..642acacd1 100644 --- a/clusters/cl01tl/manifests/headlamp/Service-headlamp.yaml +++ b/clusters/cl01tl/manifests/headlamp/Service-headlamp.yaml @@ -1,5 +1,4 @@ --- -# Source: headlamp/charts/headlamp/templates/service.yaml apiVersion: v1 kind: Service metadata: @@ -21,6 +20,3 @@ spec: selector: app.kubernetes.io/name: headlamp app.kubernetes.io/instance: headlamp -# Source: headlamp/charts/headlamp/templates/deployment.yaml -# This block of code is used to extract the values from the env. -# This is done to check if the values are non-empty and if they are, they are used in the deployment.yaml. diff --git a/clusters/cl01tl/manifests/headlamp/ServiceAccount-headlamp-admin.yaml b/clusters/cl01tl/manifests/headlamp/ServiceAccount-headlamp-admin.yaml index 699fc843f..293c14ac3 100644 --- a/clusters/cl01tl/manifests/headlamp/ServiceAccount-headlamp-admin.yaml +++ b/clusters/cl01tl/manifests/headlamp/ServiceAccount-headlamp-admin.yaml @@ -1,5 +1,4 @@ --- -# Source: headlamp/templates/service-account.yaml apiVersion: v1 kind: ServiceAccount metadata: diff --git a/clusters/cl01tl/manifests/headlamp/ServiceAccount-headlamp.yaml b/clusters/cl01tl/manifests/headlamp/ServiceAccount-headlamp.yaml index 9a8548623..bf6e8bd12 100644 --- a/clusters/cl01tl/manifests/headlamp/ServiceAccount-headlamp.yaml +++ b/clusters/cl01tl/manifests/headlamp/ServiceAccount-headlamp.yaml @@ -1,5 +1,3 @@ ---- -# Source: headlamp/charts/headlamp/templates/serviceaccount.yaml apiVersion: v1 kind: ServiceAccount metadata: