Skip to content

Commit

Permalink
fix(amethyst): use underscore in env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
timtorChen committed Mar 21, 2024
1 parent ac7a4fb commit 0e56c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amethyst/talos/controlplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ cluster:
image: registry.k8s.io/kube-apiserver:v1.29.1
extraArgs:
oidc-issuer-url: https://oauth.id.jumpcloud.com/
oidc-client-id: ${cluster_apiServer_extraArgs_oidc-client-id}
oidc-client-id: ${cluster_apiServer_extraArgs_oidc_client_id}
oidc-username-claim: email
oidc-groups-claim: groups
service-account-issuer: https://amethyst-kubernetes-oidc.s3.us-west-2.amazonaws.com
Expand Down

0 comments on commit 0e56c05

Please sign in to comment.