Skip to content

Commit

Permalink
Rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Nov 22, 2024
1 parent 1193f4b commit be87dd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
gardener_virtual_api_server_authentication_config:
gardener_virtual_api_server_svc_cluster_ip_add: 20
gardener_virtual_api_server_public_dns: gardener-kube-apiserver.{{ metal_control_plane_ingress_dns }}
gardener_virtual_api_server_healthcheck_static_token:
Expand All @@ -14,8 +15,6 @@ gardener_etcd_resources:
limits:
cpu: 800m
memory: 8Gi

gardener_virtual_api_authentication_config:
gardener_virtual_api_oidc_issuer_url:
gardener_virtual_api_oidc_client_id:
gardener_virtual_api_oidc_username_claim:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ apiServer:
hostname: {{ gardener_virtual_api_server_public_dns }}
serviceName: garden-kube-apiserver

{% if gardener_virtual_api_authentication_config %}
{% if gardener_virtual_api_server_authentication_config %}
authenticationConfig: |
{{ gardener_virtual_api_authentication_config | indent(width=4, first=false) }}
{{ gardener_virtual_api_server_authentication_config | indent(width=4, first=false) }}
{% endif %}

oidc:
Expand Down

0 comments on commit be87dd7

Please sign in to comment.